/linux-4.4.14/kernel/ |
D | audit_tree.c | 35 } 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/ |
D | io_interface_mux.c | 948 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/ |
D | perf_event_amd.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()
|
D | perf_event.h | 86 struct perf_event *owners[X86_PMC_IDX_MAX]; member
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 74 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()
|
D | inet_connection_sock.c | 61 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()
|
D | inet_timewait_sock.c | 118 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in __inet_twsk_hashdance()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | ultrasound | 24 and allows owners of a GUS MAX to make use of simultaneous digital audio
|
D | README.OSS | 991 NOTE for owners of the 16 bit daughtercard: By default the daughtercard
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | rk3288-veyron-chromebook.dtsi | 173 /* Common for sleep and wake, but no owners */ 180 /* Common for sleep and wake, but no owners */
|
D | rk3288-veyron.dtsi | 438 /* Common for sleep and wake, but no owners */ 442 /* Common for sleep and wake, but no owners */
|
/linux-4.4.14/net/ipv6/ |
D | inet6_connection_sock.c | 43 sk_for_each_bound(sk2, &tb->owners) { in inet6_csk_bind_conflict()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | coprocessor.S | 281 movi a0, coprocessor_owner # list of owners
|
/linux-4.4.14/include/net/ |
D | inet_hashtables.h | 85 struct hlist_head owners; member
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 48 parallel ports. PA-RISC owners should only say Y here if they
|
/linux-4.4.14/drivers/infiniband/core/ |
D | cma.c | 157 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/ |
D | sysfs.txt | 125 show and store methods of the attribute owners.
|
D | Locking | 377 detection, since the code has to chase down the owners of locks that may
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 250 original ownership; as a result, the kernel now has thousands of owners.
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 475 owners if there is one.
|