Home
last modified time | relevance | path

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

/linux-6.15/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 …]
/linux-6.15/fs/overlayfs/
H A Dnamei.c234 bool last_element = !post[0]; in ovl_lookup_single() local
263 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()
269 if (d->is_dir || !last_element) { in ovl_lookup_single()
288 if (last_element) in ovl_lookup_single()
295 if (last_element && !is_upper && val == 'x') { in ovl_lookup_single()
300 if (last_element) in ovl_lookup_single()