Home
last modified time | relevance | path

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

12

/linux/kernel/futex/
H A Dpi.c413 struct task_struct **exiting) in attach_to_pi_owner() argument
461 *exiting = p; in attach_to_pi_owner()
519 struct task_struct **exiting, in futex_lock_pi_atomic() argument
608 return attach_to_pi_owner(uaddr, newval, key, ps, exiting); in futex_lock_pi_atomic()
921 struct task_struct *exiting = NULL; in futex_lock_pi() local
945 &exiting, 0); in futex_lock_pi()
972 wait_for_owner_exiting(ret, exiting); in futex_lock_pi()
H A Drequeue.c272 struct task_struct **exiting, int set_waiters) in futex_proxy_trylock_atomic() argument
322 exiting, set_waiters); in futex_proxy_trylock_atomic()
478 struct task_struct *exiting = NULL; in futex_requeue() local
490 &exiting, nr_requeue); in futex_requeue()
566 wait_for_owner_exiting(ret, exiting); in futex_requeue()
H A Dcore.c461 void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() argument
464 WARN_ON_ONCE(exiting); in wait_for_owner_exiting()
468 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting()
471 mutex_lock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
480 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
482 put_task_struct(exiting); in wait_for_owner_exiting()
H A Dfutex.h317 extern void wait_for_owner_exiting(int ret, struct task_struct *exiting);
365 struct task_struct **exiting,
/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/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
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.
H A Ddelay-accounting.rst61 are sent to userspace without requiring a command. If it is the last exiting
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c52 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/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/fs/bcachefs/
H A Derror.c255 bool print = true, suppressing = false, inconsistent = false, exiting = false; in __bch2_fsck_err() local
418 exiting = true; in __bch2_fsck_err()
429 if (exiting) in __bch2_fsck_err()
/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/kbuild/
H A Dkconfig.rst202 search results after exiting this new menu.
253 current search results after exiting this new menu.
/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/locking/
H A Drobust-futex-ABI.rst20 by the exiting thread.
160 exiting threads TID, then the kernel will do two things:
H A Dpreempt-locking.rst46 switch. For example, on x86, entering and exiting FPU mode is now a critical
/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/net/netfilter/
H A Dnf_conntrack_core.c72 bool exiting; member
1628 if (gc_work->exiting) in gc_worker()
1640 gc_work->exiting = false; in conntrack_gc_work_init()
2446 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/core-api/
H A Dentry.rst114 Entering or exiting guest mode is very similar to syscalls. From the host
/linux/Documentation/driver-api/dmaengine/
H A Ddmatest.rst97 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
/linux/Documentation/networking/
H A Dstrparser.rst199 to occur when exiting the loop. If the callback is not set (NULL
/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

12