Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Daudit_tree.c35 } owners[]; member
114 if (chunk->owners[i].owner) in free_chunk()
115 put_tree(chunk->owners[i].owner); in free_chunk()
144 size = offsetof(struct audit_chunk, owners) + count * sizeof(struct node); in alloc_chunk()
154 INIT_LIST_HEAD(&chunk->owners[i].list); in alloc_chunk()
155 chunk->owners[i].index = i; in alloc_chunk()
204 if (chunk->owners[n].owner == tree) in audit_tree_match()
215 return container_of(p, struct audit_chunk, owners[0]); in find_chunk()
277 if (&chunk->owners[j] == p) { in untag_chunk()
282 s = chunk->owners[j].owner; in untag_chunk()
[all …]
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dio_interface_mux.c948 enum cris_io_interface *owners; in cris_io_interface_allocate_pins() local
976 owners = gpio_pa_owners; in cris_io_interface_allocate_pins()
984 owners = gpio_pb_owners; in cris_io_interface_allocate_pins()
993 owners = gpio_pg_owners; in cris_io_interface_allocate_pins()
1003 owners[i] = ioif; in cris_io_interface_allocate_pins()
1022 enum cris_io_interface *owners; in cris_io_interface_free_pins() local
1047 owners = gpio_pa_owners; in cris_io_interface_free_pins()
1054 owners = gpio_pb_owners; in cris_io_interface_free_pins()
1062 owners = gpio_pg_owners; in cris_io_interface_free_pins()
1065 owners = NULL; /* Cannot happen. Shut up, gcc! */ in cris_io_interface_free_pins()
[all …]
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd.c250 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()
Dperf_event.h86 struct perf_event *owners[X86_PMC_IDX_MAX]; member
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c74 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create()
85 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy()
95 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
549 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
597 if (sk_head(&tb->owners) == sk && !sk->sk_bind_node.next) { in __inet_hash_connect()
Dinet_connection_sock.c61 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict()
189 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
219 if (hlist_empty(&tb->owners)) { in inet_csk_get_port()
Dinet_timewait_sock.c118 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in __inet_twsk_hashdance()
/linux-4.4.14/Documentation/sound/oss/
Dultrasound24 and allows owners of a GUS MAX to make use of simultaneous digital audio
DREADME.OSS991 NOTE for owners of the 16 bit daughtercard: By default the daughtercard
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-veyron-chromebook.dtsi173 /* Common for sleep and wake, but no owners */
180 /* Common for sleep and wake, but no owners */
Drk3288-veyron.dtsi438 /* Common for sleep and wake, but no owners */
442 /* Common for sleep and wake, but no owners */
/linux-4.4.14/net/ipv6/
Dinet6_connection_sock.c43 sk_for_each_bound(sk2, &tb->owners) { in inet6_csk_bind_conflict()
/linux-4.4.14/arch/xtensa/kernel/
Dcoprocessor.S281 movi a0, coprocessor_owner # list of owners
/linux-4.4.14/include/net/
Dinet_hashtables.h85 struct hlist_head owners; member
/linux-4.4.14/drivers/parport/
DKconfig48 parallel ports. PA-RISC owners should only say Y here if they
/linux-4.4.14/drivers/infiniband/core/
Dcma.c157 struct hlist_head owners; member
1297 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
1421 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
2704 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
2777 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
2827 if (bind_list->owners.first->next) in cma_bind_listen()
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt125 show and store methods of the attribute owners.
DLocking377 detection, since the code has to chase down the owners of locks that may
/linux-4.4.14/Documentation/development-process/
D1.Intro250 original ownership; as a result, the kernel now has thousands of owners.
/linux-4.4.14/Documentation/PCI/
Dpci.txt475 owners if there is one.