Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c96 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
121 memmove(rpm->debug.owners + n, in untrack_intel_runtime_pm_wakeref()
122 rpm->debug.owners + n + 1, in untrack_intel_runtime_pm_wakeref()
187 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref()
209 debug->owners = NULL; in __untrack_all_wakerefs()
223 kfree(debug->owners); in dump_and_free_wakeref_tracking()
268 memcpy(dbg.owners, in print_intel_runtime_pm_wakeref()
269 rpm->debug.owners, in print_intel_runtime_pm_wakeref()
278 s = krealloc(dbg.owners, in print_intel_runtime_pm_wakeref()
284 dbg.owners = s; in print_intel_runtime_pm_wakeref()
[all …]
A Dintel_runtime_pm.h69 depot_stack_handle_t *owners; member
/linux/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/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/arch/x86/events/amd/
A 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()
/linux/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()
99 sk_add_bind_node(sk, &tb->owners); in inet_bind_hash()
746 if (sk_head(&tb->owners) == sk && !sk->sk_bind_node.next) { in __inet_hash_connect()
794 WARN_ON(hlist_empty(&tb->owners)); in __inet_hash_connect()
A Dinet_timewait_sock.c118 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in inet_twsk_hashdance()
A Dinet_connection_sock.c157 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict()
313 if (hlist_empty(&tb->owners)) { in inet_csk_update_fastreuse()
395 if (!hlist_empty(&tb->owners)) { in inet_csk_get_port()
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-opal-sensor-groups10 different owners like CSM, Profiler, Job-Scheduler
/linux/arch/xtensa/kernel/
A Dcoprocessor.S153 movi a0, coprocessor_owner # list of owners
/linux/include/net/
A Dinet_hashtables.h90 struct hlist_head owners; member
/linux/drivers/parport/
A DKconfig49 parallel ports. PA-RISC owners should only say Y here if they
/linux/Documentation/admin-guide/cifs/
A Dtodo.rst56 exists. Also better integration with winbind for resolving SID owners
/linux/Documentation/core-api/
A Derrseq.rst98 Now, the owners of this company are quite miserly and have given him
/linux/drivers/infiniband/core/
A Dcma.c217 struct hlist_head owners; member
1644 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()
3538 hlist_add_head(&id_priv->node, &bind_list->owners); in cma_bind_port()
3577 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique()
3668 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/linux/arch/x86/events/
A Dperf_event.h114 struct perf_event *owners[X86_PMC_IDX_MAX]; member
/linux/Documentation/filesystems/
A Dsysfs.rst156 show and store methods of the attribute owners::
/linux/arch/arm64/boot/dts/rockchip/
A Drk3399-gru.dtsi656 * pinctrl settings for pins that have no real owners.

Completed in 52 milliseconds

12