Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dhv-gpci.c237 (arg->bytes[last_element + 2] << 8) + in processor_bus_topology_show()
239 (arg->bytes[last_element] << 24) + 1; in processor_bus_topology_show()
305 (arg->bytes[last_element + 2] << 8) + in processor_config_show()
307 (arg->bytes[last_element] << 24) + 1; in processor_config_show()
375 u32 starting_index = arg->bytes[last_element + 1] + (arg->bytes[last_element] << 8); in affinity_domain_via_virtual_processor_show()
443 (arg->bytes[last_element] << 8) + 1; in affinity_domain_via_domain_show()
506 *last_element = k; in affinity_domain_via_partition_result_parse()
515 size_t last_element = 0; in affinity_domain_via_partition_show() local
552 &last_element, &n, arg); in affinity_domain_via_partition_show()
566 (u8)arg->bytes[last_element + 1]; in affinity_domain_via_partition_show()
[all …]
/openbmc/linux/fs/reiserfs/
H A 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()
/openbmc/linux/fs/overlayfs/
H A Dnamei.c238 bool last_element = !post[0]; in ovl_lookup_single() local
262 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()
270 if (d->is_dir || !last_element) { in ovl_lookup_single()
289 if (last_element) in ovl_lookup_single()
296 if (last_element) in ovl_lookup_single()