Home
last modified time | relevance | path

Searched refs:last_element (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/powerpc/perf/
Dhv-gpci.c229 int last_element = (returned_values - 1) * elementsize; in processor_bus_topology_show() local
236 u32 starting_index = arg->bytes[last_element + 3] + in processor_bus_topology_show()
237 (arg->bytes[last_element + 2] << 8) + in processor_bus_topology_show()
238 (arg->bytes[last_element + 1] << 16) + in processor_bus_topology_show()
239 (arg->bytes[last_element] << 24) + 1; in processor_bus_topology_show()
297 int last_element = (returned_values - 1) * elementsize; in processor_config_show() local
304 u32 starting_index = arg->bytes[last_element + 3] + in processor_config_show()
305 (arg->bytes[last_element + 2] << 8) + in processor_config_show()
306 (arg->bytes[last_element + 1] << 16) + in processor_config_show()
307 (arg->bytes[last_element] << 24) + 1; in processor_config_show()
[all …]
/linux-6.12.1/fs/overlayfs/
Dnamei.c236 bool last_element = !post[0]; in ovl_lookup_single() local
265 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()
271 if (d->is_dir || !last_element) { in ovl_lookup_single()
290 if (last_element) in ovl_lookup_single()
297 if (last_element && !is_upper && val == 'x') { in ovl_lookup_single()
302 if (last_element) in ovl_lookup_single()
/linux-6.12.1/fs/reiserfs/
Dstree.c621 struct path_element *last_element; in search_by_key() local
662 last_element = in search_by_key()
671 if ((bh = last_element->pe_buffer = in search_by_key()
775 &last_element->pe_position); in search_by_key()
786 last_element->pe_position++; in search_by_key()
800 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key()
808 int pos = last_element->pe_position; in search_by_key()