| /linux/Documentation/ABI/testing/ |
| H A 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/Documentation/ABI/obsolete/ |
| H A 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/kernel/futex/ |
| H A D | requeue.c | 284 struct task_struct **exiting, int set_waiters) in futex_proxy_trylock_atomic() argument 337 exiting, set_waiters); in futex_proxy_trylock_atomic() 495 struct task_struct *exiting = NULL; in futex_requeue() local 507 &exiting, nr_requeue); in futex_requeue() 583 wait_for_owner_exiting(ret, exiting); in futex_requeue()
|
| H A D | core.c | 776 * @exiting: Pointer to the exiting task 778 * Caller must hold a refcount on @exiting. 780 void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() 783 WARN_ON_ONCE(exiting); in wait_for_owner_exiting() 787 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting() 790 mutex_lock(&exiting->futex.exit_mutex); in wait_for_owner_exiting() 799 mutex_unlock(&exiting->futex.exit_mutex); in wait_for_owner_exiting() 801 put_task_struct(exiting); in wait_for_owner_exiting() 1482 * observes that state when a task is exiting an 779 wait_for_owner_exiting(int ret,struct task_struct * exiting) wait_for_owner_exiting() argument [all...] |
| /linux/Documentation/accounting/ |
| H A 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 114 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's 128 accumulates each exiting task's statistics into a process-wide data structure.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_features.c | 53 static volatile bool exiting; variable 57 exiting = true; in sig_handler() 229 while (!exiting) { in dut_echo_thread() 387 while (!exiting) { in dut_run() 423 exiting = true; in dut_run() 627 for (i = 0; i < 10 && !exiting; i++) { in tester_run()
|
| /linux/drivers/rtc/ |
| H A D | rtc-ds1374.c | 80 int exiting; member 321 if (!ds1374->exiting) in ds1374_work() 539 ds1374->exiting = 1; in ds1374_remove()
|
| /linux/drivers/block/aoe/ |
| H A D | aoedev.c | 315 flush(const char __user *str, size_t cnt, int exiting) in flush() argument 326 if (!exiting && cnt >= 3) { in flush() 345 if (exiting) { in flush()
|
| /linux/Documentation/arch/arm64/ |
| H A 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/Documentation/admin-guide/hw-vuln/ |
| H A D | cross-thread-rsb.rst | 14 thread. However, KVM does allow a VMM to prevent exiting guest mode when
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 207 search results after exiting this new menu. 258 current search results after exiting this new menu.
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | intel-multi-link.rst | 23 LCTL.SPA and LCTL.CPA are automatically set when exiting reset. They
|
| /linux/Documentation/driver-api/ |
| H A D | slimbus.rst | 110 exiting low power mode), or by toggling the data line (if a slave device wants
|
| /linux/Documentation/locking/ |
| H A D | preempt-locking.rst | 46 switch. For example, on x86, entering and exiting FPU mode is now a critical
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 72 bool exiting; member 1634 if (gc_work->exiting) in gc_worker() 1646 gc_work->exiting = false; in conntrack_gc_work_init() 2452 conntrack_gc_work.exiting = true; in nf_conntrack_cleanup_start()
|
| /linux/Documentation/userspace-api/ |
| H A 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/Documentation/driver-api/dmaengine/ |
| H A D | dmatest.rst | 97 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
|
| /linux/Documentation/driver-api/usb/ |
| H A D | typec.rst | 53 mode>/mode1/. The requests for entering/exiting a mode can be done with "active"
|
| /linux/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 202 on-line, it can be interrupted once to generate a report without exiting
|
| H A D | ftrace-design.rst | 208 exiting of a function. On exit, the value is compared and if it does not
|
| /linux/Documentation/bpf/ |
| H A D | graph_ds_impl.rst | 102 The BPF program must pass off ownership before exiting - either via
|
| /linux/Documentation/arch/arm/ |
| H A D | cluster-pm-race-avoidance.rst | 376 down, for example by cleaning data caches and exiting
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 334 a thread that's exiting.
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 125 * ``SCX_EV_ENQ_SKIP_EXITING``: an exiting task was dispatched to the local DSQ
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1307 from the exiting fault on the VCPU. It is a programming error to set 4318 result in KVM injecting a #GP instead of exiting to userspace. 5023 it. That will avoid exiting to userspace on repeated writes. 5679 exiting to userspace is beneficial. 7053 - KVM_SYSTEM_EVENT_WAKEUP -- the exiting vCPU is in a suspended state and 7055 marking the exiting vCPU as runnable, or deny it and call KVM_RUN again. 7088 KVM does not change the vCPU's state before exiting to userspace, so 7528 exit. KVM verifies the 'gpa' is 4KiB aligned prior to exiting to userspace, 7975 Before exiting to userspace, kvm handlers should fill in s390_stsi field of 8391 apply some other policy-based mitigation. When exiting to userspace, KVM sets [all …]
|