Home
last modified time | relevance | path

Searched refs:exiting (Results 1 – 25 of 28) sorted by relevance

12

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-typec6 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 Dsysfs-class-typec39 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 Drequeue.c284 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 Dcore.c776 * @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 Dtaskstats.rst35 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 Dxdp_features.c53 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 Drtc-ds1374.c80 int exiting; member
321 if (!ds1374->exiting) in ds1374_work()
539 ds1374->exiting = 1; in ds1374_remove()
/linux/drivers/block/aoe/
H A Daoedev.c315 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 Dperf.rst70 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 Dcross-thread-rsb.rst14 thread. However, KVM does allow a VMM to prevent exiting guest mode when
/linux/Documentation/kbuild/
H A Dkconfig.rst207 search results after exiting this new menu.
258 current search results after exiting this new menu.
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst23 LCTL.SPA and LCTL.CPA are automatically set when exiting reset. They
/linux/Documentation/driver-api/
H A Dslimbus.rst110 exiting low power mode), or by toggling the data line (if a slave device wants
/linux/Documentation/locking/
H A Dpreempt-locking.rst46 switch. For example, on x86, entering and exiting FPU mode is now a critical
/linux/net/netfilter/
H A Dnf_conntrack_core.c72 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 Dseccomp_filter.rst95 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 Ddmatest.rst97 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
/linux/Documentation/driver-api/usb/
H A Dtypec.rst53 mode>/mode1/. The requests for entering/exiting a mode can be done with "active"
/linux/Documentation/trace/
H A Dtracepoint-analysis.rst202 on-line, it can be interrupted once to generate a report without exiting
H A Dftrace-design.rst208 exiting of a function. On exit, the value is compared and if it does not
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst102 The BPF program must pass off ownership before exiting - either via
/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst376 down, for example by cleaning data caches and exiting
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst334 a thread that's exiting.
/linux/Documentation/scheduler/
H A Dsched-ext.rst125 * ``SCX_EV_ENQ_SKIP_EXITING``: an exiting task was dispatched to the local DSQ
/linux/Documentation/virt/kvm/
H A Dapi.rst1307 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 …]

12