Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_runtime_pm.c102 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref()
107 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
128 if (rpm->debug.owners[n] == stack) { in untrack_intel_runtime_pm_wakeref()
129 memmove(rpm->debug.owners + n, in untrack_intel_runtime_pm_wakeref()
130 rpm->debug.owners + n + 1, in untrack_intel_runtime_pm_wakeref()
195 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref()
198 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref()
202 while (i + 1 < dbg->count && dbg->owners[i + 1] == stack) in __print_intel_runtime_pm_wakeref()
217 debug->owners = NULL; in __untrack_all_wakerefs()
231 kfree(debug->owners); in dump_and_free_wakeref_tracking()
[all …]
Dintel_runtime_pm.h71 depot_stack_handle_t *owners; member
/Linux-v5.4/kernel/
Daudit_tree.c37 } owners[]; member
133 if (chunk->owners[i].owner) in free_chunk()
134 put_tree(chunk->owners[i].owner); in free_chunk()
194 size = offsetof(struct audit_chunk, owners) + count * sizeof(struct node); in alloc_chunk()
204 INIT_LIST_HEAD(&chunk->owners[i].list); in alloc_chunk()
205 chunk->owners[i].index = i; in alloc_chunk()
267 if (chunk->owners[n].owner == tree) in audit_tree_match()
278 return container_of(p, struct audit_chunk, owners[0]); in find_chunk()
305 if (!old->owners[j].owner) { in replace_chunk()
309 owner = old->owners[j].owner; in replace_chunk()
[all …]
/Linux-v5.4/arch/x86/events/amd/
Dcore.c378 if (cmpxchg(nb->owners + i, event, NULL) == event) in __amd_put_nb_event_constraints()
447 old = cmpxchg(nb->owners + idx, NULL, event); in __amd_get_nb_event_constraints()
448 else if (nb->owners[idx] == event) in __amd_get_nb_event_constraints()
459 cmpxchg(nb->owners + new, event, NULL); in __amd_get_nb_event_constraints()
/Linux-v5.4/arch/arm/boot/dts/
Drk3288-veyron-chromebook.dtsi140 /* Common for sleep and wake, but no owners */
150 /* Common for sleep and wake, but no owners */
Drk3288-veyron-fievel.dts424 /* Common for sleep and wake, but no owners */
439 /* Common for sleep and wake, but no owners */
Drk3288-veyron.dtsi486 /* Common for sleep and wake, but no owners */
495 /* Common for sleep and wake, but no owners */
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c75 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create()
86 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy()
96 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
641 if (sk_head(&tb->owners) == sk && !sk->sk_bind_node.next) { in __inet_hash_connect()
686 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
Dinet_timewait_sock.c118 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in inet_twsk_hashdance()
Dinet_connection_sock.c144 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict()
320 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
331 if (hlist_empty(&tb->owners)) { in inet_csk_get_port()
/Linux-v5.4/arch/xtensa/kernel/
Dcoprocessor.S200 movi a0, coprocessor_owner # list of owners
/Linux-v5.4/include/net/
Dinet_hashtables.h90 struct hlist_head owners; member
/Linux-v5.4/drivers/parport/
DKconfig49 parallel ports. PA-RISC owners should only say Y here if they
/Linux-v5.4/Documentation/admin-guide/cifs/
Dtodo.rst54 exists. Also better integration with winbind for resolving SID owners
/Linux-v5.4/Documentation/core-api/
Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/Linux-v5.4/drivers/infiniband/core/
Dcma.c236 struct hlist_head owners; member
1637 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
1795 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
3257 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3292 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3379 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
3429 if (bind_list->owners.first->next) in cma_bind_listen()
/Linux-v5.4/arch/x86/events/
Dperf_event.h84 struct perf_event *owners[X86_PMC_IDX_MAX]; member
/Linux-v5.4/Documentation/filesystems/
Dsysfs.txt146 show and store methods of the attribute owners.
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi653 * pinctrl settings for pins that have no real owners.
/Linux-v5.4/Documentation/process/
D1.Intro.rst244 original ownership; as a result, the kernel now has thousands of owners.
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dsdm845-cheza.dtsi1023 * pinctrl settings for pins that have no real owners.
/Linux-v5.4/Documentation/PCI/
Dpci.rst420 owners if there is one.