/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-bus-typec | 6 for entering/exiting the mode. Entering/exiting modes is 11 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
|
/linux-6.6.21/Documentation/ABI/obsolete/ |
D | sysfs-class-typec | 39 for entering/exiting the mode with partners and cable plugs, and 41 support for specific alternate modes. Entering/exiting modes is 46 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
|
/linux-6.6.21/kernel/futex/ |
D | pi.c | 412 struct task_struct **exiting) in attach_to_pi_owner() argument 460 *exiting = p; in attach_to_pi_owner() 518 struct task_struct **exiting, in futex_lock_pi_atomic() argument 607 return attach_to_pi_owner(uaddr, newval, key, ps, exiting); in futex_lock_pi_atomic() 933 struct task_struct *exiting = NULL; in futex_lock_pi() local 956 &exiting, 0); in futex_lock_pi() 983 wait_for_owner_exiting(ret, exiting); in futex_lock_pi()
|
D | requeue.c | 270 struct task_struct **exiting, int set_waiters) in futex_proxy_trylock_atomic() argument 320 exiting, set_waiters); in futex_proxy_trylock_atomic() 474 struct task_struct *exiting = NULL; in futex_requeue() local 486 &exiting, nr_requeue); in futex_requeue() 562 wait_for_owner_exiting(ret, exiting); in futex_requeue()
|
D | core.c | 479 void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() argument 482 WARN_ON_ONCE(exiting); in wait_for_owner_exiting() 486 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting() 489 mutex_lock(&exiting->futex_exit_mutex); in wait_for_owner_exiting() 498 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting() 500 put_task_struct(exiting); in wait_for_owner_exiting()
|
D | futex.h | 179 extern void wait_for_owner_exiting(int ret, struct task_struct *exiting); 227 struct task_struct **exiting,
|
/linux-6.6.21/Documentation/accounting/ |
D | taskstats.rst | 35 To obtain statistics for tasks which are exiting, the userspace listener 42 If the exiting task is the last thread exiting its thread group, 109 b) TASKSTATS_TYPE_PID: contains exiting task's pid 110 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats 113 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process 126 accumulates each exiting task's statistics into a process-wide data structure.
|
D | delay-accounting.rst | 61 are sent to userspace without requiring a command. If it is the last exiting
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | xdp_features.c | 52 static volatile bool exiting; variable 56 exiting = true; in sig_handler() 228 while (!exiting) { in dut_echo_thread() 386 while (!exiting) { in dut_run() 422 exiting = true; in dut_run() 626 for (i = 0; i < 10 && !exiting; i++) { in tester_run()
|
/linux-6.6.21/drivers/rtc/ |
D | rtc-ds1374.c | 80 int exiting; member 321 if (!ds1374->exiting) in ds1374_work() 539 ds1374->exiting = 1; in ds1374_remove()
|
/linux-6.6.21/drivers/block/aoe/ |
D | aoedev.c | 303 flush(const char __user *str, size_t cnt, int exiting) in flush() argument 314 if (!exiting && cnt >= 3) { in flush() 333 if (exiting) { in flush()
|
/linux-6.6.21/Documentation/arch/arm64/ |
D | perf.rst | 70 exiting the guest we disable/enable the event as appropriate based on the 74 for exclude_host. Upon entering and exiting the guest we modify the event 87 enabling/disabling the counters and entering/exiting the guest. We are
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | marvell,armada-cp110-utmi-phy.yaml | 15 Each of two exiting UTMI PHYs could be connected to either USB host or USB device
|
/linux-6.6.21/drivers/gpu/drm/ci/xfails/ |
D | rockchip-rk3288-skips.txt | 11 # [IGT] kms_plane_lowres: exiting, ret=77
|
/linux-6.6.21/Documentation/admin-guide/hw-vuln/ |
D | cross-thread-rsb.rst | 14 thread. However, KVM does allow a VMM to prevent exiting guest mode when
|
/linux-6.6.21/Documentation/kbuild/ |
D | kconfig.rst | 226 search results after exiting this new menu. 282 current search results after exiting this new menu.
|
/linux-6.6.21/Documentation/locking/ |
D | robust-futex-ABI.rst | 20 by the exiting thread. 160 exiting threads TID, then the kernel will do two things:
|
D | preempt-locking.rst | 46 switch. For example, on x86, entering and exiting FPU mode is now a critical
|
/linux-6.6.21/Documentation/sound/hd-audio/ |
D | intel-multi-link.rst | 23 LCTL.SPA and LCTL.CPA are automatically set when exiting reset. They
|
/linux-6.6.21/Documentation/driver-api/ |
D | slimbus.rst | 110 exiting low power mode), or by toggling the data line (if a slave device wants
|
/linux-6.6.21/net/netfilter/ |
D | nf_conntrack_core.c | 72 bool exiting; member 1590 if (gc_work->exiting) in gc_worker() 1602 gc_work->exiting = false; in conntrack_gc_work_init() 2504 conntrack_gc_work.exiting = true; in nf_conntrack_cleanup_start()
|
/linux-6.6.21/Documentation/userspace-api/ |
D | seccomp_filter.rst | 95 Results in the entire process exiting immediately without executing 100 Results in the task exiting immediately without executing the
|
/linux-6.6.21/Documentation/driver-api/dmaengine/ |
D | dmatest.rst | 97 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
|
/linux-6.6.21/Documentation/networking/ |
D | strparser.rst | 192 to occur when exiting the loop. If the callback is not set (NULL
|
/linux-6.6.21/Documentation/core-api/ |
D | entry.rst | 114 Entering or exiting guest mode is very similar to syscalls. From the host
|