Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.h83 struct perf_event *owners[X86_PMC_IDX_MAX]; member
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c73 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create()
84 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy()
98 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
529 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
582 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()
180 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
210 if (hlist_empty(&tb->owners)) { in inet_csk_get_port()
Dinet_timewait_sock.c148 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in __inet_twsk_hashdance()
/linux-4.1.27/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.1.27/arch/xtensa/kernel/
Dcoprocessor.S281 movi a0, coprocessor_owner # list of owners
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c43 sk_for_each_bound(sk2, &tb->owners) { in inet6_csk_bind_conflict()
/linux-4.1.27/include/net/
Dinet_hashtables.h86 struct hlist_head owners; member
/linux-4.1.27/drivers/parport/
DKconfig48 parallel ports. PA-RISC owners should only say Y here if they
/linux-4.1.27/drivers/infiniband/core/
Dcma.c98 struct hlist_head owners; member
1011 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
2317 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
2387 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
2436 if (bind_list->owners.first->next) in cma_bind_listen()
/linux-4.1.27/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.1.27/Documentation/development-process/
D1.Intro250 original ownership; as a result, the kernel now has thousands of owners.
/linux-4.1.27/Documentation/PCI/
Dpci.txt475 owners if there is one.