/Linux-v4.19/kernel/ |
D | audit_tree.c | 37 } owners[]; member 116 if (chunk->owners[i].owner) in free_chunk() 117 put_tree(chunk->owners[i].owner); in free_chunk() 146 size = offsetof(struct audit_chunk, owners) + count * sizeof(struct node); in alloc_chunk() 156 INIT_LIST_HEAD(&chunk->owners[i].list); in alloc_chunk() 157 chunk->owners[i].index = i; in alloc_chunk() 228 if (chunk->owners[n].owner == tree) in audit_tree_match() 239 return container_of(p, struct audit_chunk, owners[0]); in find_chunk() 308 if (&chunk->owners[j] == p) { in untag_chunk() 313 s = chunk->owners[j].owner; in untag_chunk() [all …]
|
/Linux-v4.19/arch/x86/events/amd/ |
D | core.c | 250 if (cmpxchg(nb->owners + i, event, NULL) == event) in __amd_put_nb_event_constraints() 319 old = cmpxchg(nb->owners + idx, NULL, event); in __amd_get_nb_event_constraints() 320 else if (nb->owners[idx] == event) in __amd_get_nb_event_constraints() 331 cmpxchg(nb->owners + new, event, NULL); in __amd_get_nb_event_constraints()
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 77 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create() 88 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy() 98 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash() 684 if (sk_head(&tb->owners) == sk && !sk->sk_bind_node.next) { in __inet_hash_connect() 726 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
|
D | inet_timewait_sock.c | 117 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in inet_twsk_hashdance()
|
D | inet_connection_sock.c | 148 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict() 317 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port() 328 if (hlist_empty(&tb->owners)) { in inet_csk_get_port()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | rk3288-veyron-chromebook.dtsi | 231 /* Common for sleep and wake, but no owners */ 238 /* Common for sleep and wake, but no owners */
|
D | rk3288-veyron.dtsi | 427 /* Common for sleep and wake, but no owners */ 431 /* Common for sleep and wake, but no owners */
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | coprocessor.S | 256 movi a0, coprocessor_owner # list of owners
|
/Linux-v4.19/include/net/ |
D | inet_hashtables.h | 93 struct hlist_head owners; member
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | TODO | 42 exists. Also better integration with winbind for resolving SID owners
|
/Linux-v4.19/drivers/parport/ |
D | Kconfig | 48 parallel ports. PA-RISC owners should only say Y here if they
|
/Linux-v4.19/Documentation/core-api/ |
D | errseq.rst | 98 Now, the owners of this company are quite miserly and have given him
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cma.c | 235 struct hlist_head owners; member 1500 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener() 1657 if (hlist_empty(&bind_list->owners)) { in cma_release_port() 3077 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port() 3112 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique() 3199 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port() 3249 if (bind_list->owners.first->next) in cma_bind_listen()
|
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 78 struct perf_event *owners[X86_PMC_IDX_MAX]; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs.txt | 125 show and store methods of the attribute owners.
|
D | Locking | 382 detection, since the code has to chase down the owners of locks that may
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 659 * pinctrl settings for pins that have no real owners.
|
/Linux-v4.19/Documentation/process/ |
D | 1.Intro.rst | 242 original ownership; as a result, the kernel now has thousands of owners.
|
/Linux-v4.19/Documentation/PCI/ |
D | pci.txt | 474 owners if there is one.
|