Home
last modified time | relevance | path

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

12

/linux/kernel/
H A Daudit_tree.c37 } owners[] __counted_by(count); member
68 * tree.chunks anchors chunk.owners[].list hash_lock
133 if (chunk->owners[i].owner) in free_chunk()
134 put_tree(chunk->owners[i].owner); in free_chunk()
193 chunk = kzalloc(struct_size(chunk, owners, count), GFP_KERNEL); in alloc_chunk()
202 INIT_LIST_HEAD(&chunk->owners[i].list); in alloc_chunk()
203 chunk->owners[i].index = i; in alloc_chunk()
265 if (chunk->owners[n].owner == tree) in audit_tree_match()
276 return container_of(p, struct audit_chunk, owners[0]); in find_chunk()
303 if (!old->owners[ in replace_chunk()
[all...]
/linux/arch/riscv/kvm/
H A Daia.c23 struct kvm_vcpu *owners[BITS_PER_LONG]; member
42 if (hgctrl->owners[i] == owner) { in aia_find_hgei()
409 hgctrl->owners[ret] = owner; in kvm_riscv_aia_alloc_hgei()
439 hgctrl->owners[hgei] = NULL; in kvm_riscv_aia_free_hgei()
474 if (hgctrl->owners[i]) in hgei_interrupt()
475 kvm_vcpu_kick(hgctrl->owners[i]); in hgei_interrupt()
580 vcpu = hgctrl->owners[i]; in kvm_riscv_aia_disable()
/linux/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/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-sensor-groups10 different owners like CSM, Profiler, Job-Scheduler
/linux/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/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()
957 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.c228 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict()
239 sk_for_each_bound((__sk), &(__tb2)->owners)
269 * in tb->owners and tb2->owners list belong in inet_csk_bind_conflict()
443 * owners list. in sk_reuseport_match()
/linux/Documentation/security/secrets/
H A Dcoco.rst16 Virtualization) allows guest owners to inject secrets into the VMs
/linux/tools/perf/Documentation/
H A Dperf-lock.txt182 Show lock contention stat by owners. Implies --threads and
/linux/drivers/parport/
H A DKconfig50 parallel ports. PA-RISC owners should only say Y here if they
/linux/include/net/
H A Dinet_hashtables.h109 struct hlist_head owners; member
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst57 exists. Also better integration with winbind for resolving SID owners
/linux/Documentation/core-api/
H A Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/linux/drivers/infiniband/core/
H A Dcma.c227 struct hlist_head owners; member
1801 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
1977 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
3645 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3684 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3775 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/linux/Documentation/filesystems/
H A Dsysfs.rst156 show and store methods of the attribute owners::
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine.dtsi791 /* pinctrl settings for pins that have no real owners. */
/linux/Documentation/locking/
H A Dlocktypes.rst126 semaphores have no concept of owners, thus preventing PREEMPT_RT from

12