Home
last modified time | relevance | path

Searched refs:owners (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/kernel/
H A Daudit_tree.c37 } owners[] __counted_by(count); member
133 if (chunk->owners[i].owner) in free_chunk()
134 put_tree(chunk->owners[i].owner); in free_chunk()
203 chunk->owners[i].index = i; in alloc_chunk()
303 if (!old->owners[j].owner) { in replace_chunk()
307 owner = old->owners[j].owner; in replace_chunk()
308 new->owners[i].owner = owner; in replace_chunk()
309 new->owners[i].index = old->owners[j].index - j + i; in replace_chunk()
313 list_replace_init(&old->owners[j].list, &new->owners[i].list); in replace_chunk()
344 if (chunk->owners[i].owner) in chunk_count_trees()
[all …]
/linux-6.15/arch/riscv/kvm/
H A Daia.c24 struct kvm_vcpu *owners[BITS_PER_LONG]; member
43 if (hgctrl->owners[i] == owner) { in aia_find_hgei()
438 hgctrl->owners[ret] = owner; in kvm_riscv_aia_alloc_hgei()
468 hgctrl->owners[hgei] = NULL; in kvm_riscv_aia_free_hgei()
503 if (hgctrl->owners[i]) in hgei_interrupt()
504 kvm_vcpu_kick(hgctrl->owners[i]); in hgei_interrupt()
618 vcpu = hgctrl->owners[i]; in kvm_riscv_aia_disable()
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-pinky.dts69 /* Common for sleep and wake, but no owners */
79 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-speedy.dts285 /* Common for sleep and wake, but no owners */
294 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-jaq.dts293 /* Common for sleep and wake, but no owners */
303 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-minnie.dts350 /* Common for sleep and wake, but no owners */
359 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-brain.dts46 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-fievel.dts430 /* Common for sleep and wake, but no owners */
445 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-mickey.dts417 /* Common for sleep and wake, but no owners */
H A Drk3288-veyron-jerry.dts423 /* Common for sleep and wake, but no owners */
433 /* Common for sleep and wake, but no owners */
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-sensor-groups10 different owners like CSM, Profiler, Job-Scheduler
/linux-6.15/arch/x86/events/amd/
H A Dcore.c438 if (try_cmpxchg(nb->owners + i, &tmp, NULL)) in __amd_put_nb_event_constraints()
507 old = cmpxchg(nb->owners + idx, NULL, event); in __amd_get_nb_event_constraints()
508 else if (nb->owners[idx] == event) in __amd_get_nb_event_constraints()
519 cmpxchg(nb->owners + new, event, NULL); in __amd_get_nb_event_constraints()
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c123 INIT_HLIST_HEAD(&tb2->owners); in inet_bind2_bucket_init()
145 if (hlist_empty(&tb->owners)) { in inet_bind2_bucket_destroy()
171 sk_add_bind_node(sk, &tb2->owners); in inet_bind_hash()
970 sk_add_bind_node(sk, &tb2->owners); in __inet_bhash2_update_saddr()
H A Dinet_timewait_sock.c135 sk_add_bind_node((struct sock *)tw, &tw->tw_tb2->owners); in inet_twsk_hashdance_schedule()
H A Dinet_connection_sock.c226 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict()
237 sk_for_each_bound((__sk), &(__tb2)->owners)
/linux-6.15/Documentation/mm/
H A Dtranshuge.rst121 We also maintain the two slots for tracking MM owners (MM ID and
132 We also maintain the two slots for tracking MM owners (MM ID and
/linux-6.15/Documentation/security/secrets/
H A Dcoco.rst16 Virtualization) allows guest owners to inject secrets into the VMs
/linux-6.15/tools/perf/Documentation/
H A Dperf-lock.txt182 Show lock contention stat by owners. This option can be combined with -t,
/linux-6.15/drivers/parport/
H A DKconfig50 parallel ports. PA-RISC owners should only say Y here if they
/linux-6.15/include/net/
H A Dinet_hashtables.h110 struct hlist_head owners; member
/linux-6.15/Documentation/admin-guide/cifs/
H A Dtodo.rst57 exists. Also better integration with winbind for resolving SID owners
/linux-6.15/Documentation/core-api/
H A Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/linux-6.15/drivers/infiniband/core/
H A Dcma.c229 struct hlist_head owners; member
1834 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
2010 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
3678 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3717 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3808 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/linux-6.15/Documentation/filesystems/
H A Dsysfs.rst156 show and store methods of the attribute owners::
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine.dtsi791 /* pinctrl settings for pins that have no real owners. */

12