Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c97 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
122 memmove(rpm->debug.owners + n, in untrack_intel_runtime_pm_wakeref()
123 rpm->debug.owners + n + 1, in untrack_intel_runtime_pm_wakeref()
188 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref()
210 debug->owners = NULL; in __untrack_all_wakerefs()
224 kfree(debug->owners); in dump_and_free_wakeref_tracking()
269 memcpy(dbg.owners, in print_intel_runtime_pm_wakeref()
270 rpm->debug.owners, in print_intel_runtime_pm_wakeref()
279 s = krealloc(dbg.owners, in print_intel_runtime_pm_wakeref()
285 dbg.owners = s; in print_intel_runtime_pm_wakeref()
[all …]
A Dintel_runtime_pm.h92 depot_stack_handle_t *owners; member
/linux-6.3-rc2/kernel/
A Daudit_tree.c37 } owners[]; member
133 if (chunk->owners[i].owner) in free_chunk()
134 put_tree(chunk->owners[i].owner); in free_chunk()
203 chunk->owners[i].index = i; in alloc_chunk()
303 if (!old->owners[j].owner) { in replace_chunk()
307 owner = old->owners[j].owner; in replace_chunk()
308 new->owners[i].owner = owner; in replace_chunk()
309 new->owners[i].index = old->owners[j].index - j + i; in replace_chunk()
313 list_replace_init(&old->owners[j].list, &new->owners[i].list); in replace_chunk()
344 if (chunk->owners[i].owner) in chunk_count_trees()
[all …]
/linux-6.3-rc2/arch/arm/boot/dts/
A Drk3288-veyron-pinky.dts69 /* Common for sleep and wake, but no owners */
79 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-speedy.dts285 /* Common for sleep and wake, but no owners */
294 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-jaq.dts293 /* Common for sleep and wake, but no owners */
303 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-minnie.dts350 /* Common for sleep and wake, but no owners */
359 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-brain.dts46 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-fievel.dts430 /* Common for sleep and wake, but no owners */
445 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-mickey.dts417 /* Common for sleep and wake, but no owners */
A Drk3288-veyron-jerry.dts423 /* Common for sleep and wake, but no owners */
433 /* Common for sleep and wake, but no owners */
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c78 INIT_HLIST_HEAD(&tb->owners); in inet_bind_bucket_create()
89 if (hlist_empty(&tb->owners)) { in inet_bind_bucket_destroy()
118 INIT_HLIST_HEAD(&tb->owners); in inet_bind2_bucket_init()
141 if (hlist_empty(&tb->owners) && hlist_empty(&tb->deathrow)) { in inet_bind2_bucket_destroy()
165 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
167 sk_add_bind2_node(sk, &tb2->owners); in inet_bind_hash()
954 sk_add_bind2_node(sk, &tb2->owners); in __inet_bhash2_update_saddr()
1055 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
A Dinet_connection_sock.c217 sk_for_each_bound_bhash2(sk2, &tb2->owners) { in inet_bhash2_conflict()
260 sk_for_each_bound(sk2, &tb->owners) in inet_csk_bind_conflict()
458 if (hlist_empty(&tb->owners)) { in inet_csk_update_fastreuse()
550 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
A Dinet_timewait_sock.c136 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in inet_twsk_hashdance()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-opal-sensor-groups10 different owners like CSM, Profiler, Job-Scheduler
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h91 struct hlist_head owners; member
110 struct hlist_head owners; member
/linux-6.3-rc2/arch/x86/events/amd/
A Dcore.c407 if (cmpxchg(nb->owners + i, event, NULL) == event) in __amd_put_nb_event_constraints()
476 old = cmpxchg(nb->owners + idx, NULL, event); in __amd_get_nb_event_constraints()
477 else if (nb->owners[idx] == event) in __amd_get_nb_event_constraints()
488 cmpxchg(nb->owners + new, event, NULL); in __amd_get_nb_event_constraints()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-lock.txt177 Show lock contention stat by owners. Implies --threads and
/linux-6.3-rc2/Documentation/security/secrets/
A Dcoco.rst16 Virtualization) allows guest owners to inject secrets into the VMs
/linux-6.3-rc2/drivers/parport/
A DKconfig49 parallel ports. PA-RISC owners should only say Y here if they
/linux-6.3-rc2/Documentation/admin-guide/cifs/
A Dtodo.rst56 exists. Also better integration with winbind for resolving SID owners
/linux-6.3-rc2/Documentation/core-api/
A Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/linux-6.3-rc2/drivers/infiniband/core/
A Dcma.c227 struct hlist_head owners; member
1779 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
1955 if (hlist_empty(&bind_list->owners)) { in cma_release_port()
3624 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3663 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3754 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/linux-6.3-rc2/Documentation/filesystems/
A Dsysfs.rst156 show and store methods of the attribute owners::
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h116 struct perf_event *owners[X86_PMC_IDX_MAX]; member

Completed in 44 milliseconds

12