Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_runtime_pm.c101 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref()
106 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
130 if (rpm->debug.owners[n] == stack) { in untrack_intel_runtime_pm_wakeref()
131 memmove(rpm->debug.owners + n, in untrack_intel_runtime_pm_wakeref()
132 rpm->debug.owners + n + 1, in untrack_intel_runtime_pm_wakeref()
197 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref()
200 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref()
204 while (i + 1 < dbg->count && dbg->owners[i + 1] == stack) in __print_intel_runtime_pm_wakeref()
219 debug->owners = NULL; in __untrack_all_wakerefs()
233 kfree(debug->owners); in dump_and_free_wakeref_tracking()
[all …]
Dintel_runtime_pm.h71 depot_stack_handle_t *owners; member
/kernel/linux/linux-5.10/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()
193 chunk = kzalloc(struct_size(chunk, owners, count), GFP_KERNEL); in alloc_chunk()
202 INIT_LIST_HEAD(&chunk->owners[i].list); in alloc_chunk()
203 chunk->owners[i].index = i; in alloc_chunk()
265 if (chunk->owners[n].owner == tree) in audit_tree_match()
276 return container_of(p, struct audit_chunk, owners[0]); in find_chunk()
303 if (!old->owners[j].owner) { in replace_chunk()
307 owner = old->owners[j].owner; in replace_chunk()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3288-veyron-pinky.dts69 /* Common for sleep and wake, but no owners */
79 /* Common for sleep and wake, but no owners */
Drk3288-veyron-speedy.dts285 /* Common for sleep and wake, but no owners */
294 /* Common for sleep and wake, but no owners */
Drk3288-veyron-jaq.dts293 /* Common for sleep and wake, but no owners */
303 /* Common for sleep and wake, but no owners */
Drk3288-veyron-minnie.dts350 /* Common for sleep and wake, but no owners */
359 /* Common for sleep and wake, but no owners */
Drk3288-veyron-brain.dts46 /* Common for sleep and wake, but no owners */
Drk3288-veyron-fievel.dts430 /* Common for sleep and wake, but no owners */
445 /* Common for sleep and wake, but no owners */
Drk3288-veyron-mickey.dts417 /* Common for sleep and wake, but no owners */
Drk3288-veyron-jerry.dts423 /* Common for sleep and wake, but no owners */
433 /* Common for sleep and wake, but no owners */
/kernel/linux/linux-5.10/arch/x86/events/amd/
Dcore.c397 if (cmpxchg(nb->owners + i, event, NULL) == event) in __amd_put_nb_event_constraints()
466 old = cmpxchg(nb->owners + idx, NULL, event); in __amd_get_nb_event_constraints()
467 else if (nb->owners[idx] == event) in __amd_get_nb_event_constraints()
478 cmpxchg(nb->owners + new, event, NULL); in __amd_get_nb_event_constraints()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-firmware-opal-sensor-groups10 different owners like CSM, Profiler, Job-Scheduler
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c90 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create()
101 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy()
111 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
759 if (sk_head(&tb->owners) == sk && !sk->sk_bind_node.next) { in __inet_hash_connect()
808 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.c162 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict()
325 if (hlist_empty(&tb->owners)) { in inet_csk_update_fastreuse()
413 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dcoprocessor.S153 movi a0, coprocessor_owner # list of owners
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h93 struct hlist_head owners; member
/kernel/linux/linux-5.10/Documentation/admin-guide/cifs/
Dtodo.rst54 exists. Also better integration with winbind for resolving SID owners
/kernel/linux/linux-5.10/drivers/parport/
DKconfig49 parallel ports. PA-RISC owners should only say Y here if they
/kernel/linux/linux-5.10/Documentation/core-api/
Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dcma.c218 struct hlist_head owners; member
1653 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
1820 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
3480 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3519 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3610 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/kernel/linux/linux-5.10/arch/x86/events/
Dperf_event.h111 struct perf_event *owners[X86_PMC_IDX_MAX]; member
/kernel/linux/linux-5.10/Documentation/filesystems/
Dsysfs.rst156 show and store methods of the attribute owners::
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi651 * pinctrl settings for pins that have no real owners.

12