Home
last modified time | relevance | path

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

12

/linux/kernel/futex/
A Dpi.c412 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()
A Drequeue.c270 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()
A Dcore.c474 void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() argument
477 WARN_ON_ONCE(exiting); in wait_for_owner_exiting()
481 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting()
484 mutex_lock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
493 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
495 put_task_struct(exiting); in wait_for_owner_exiting()
A Dfutex.h184 extern void wait_for_owner_exiting(int ret, struct task_struct *exiting);
232 struct task_struct **exiting,
/linux/Documentation/ABI/obsolete/
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/ABI/testing/
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/accounting/
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.
A Ddelay-accounting.rst56 are sent to userspace without requiring a command. If it is the last exiting
/linux/Documentation/arm64/
A Dperf.rst67 exiting the guest we disable/enable the event as appropriate based on the
71 for exclude_host. Upon entering and exiting the guest we modify the event
84 enabling/disabling the counters and entering/exiting the guest. We are
/linux/drivers/block/aoe/
A Daoedev.c303 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/drivers/rtc/
A Drtc-ds1374.c80 int exiting; member
321 if (!ds1374->exiting) in ds1374_work()
540 ds1374->exiting = 1; in ds1374_remove()
/linux/Documentation/devicetree/bindings/phy/
A Dmarvell,armada-cp110-utmi-phy.yaml15 Each of two exiting UTMI PHYs could be connected to either USB host or USB device
/linux/Documentation/locking/
A Drobust-futex-ABI.rst20 by the exiting thread.
160 exiting threads TID, then the kernel will do two things:
A Dpreempt-locking.rst46 switch. For example, on x86, entering and exiting FPU mode is now a critical
/linux/Documentation/driver-api/
A Dslimbus.rst110 exiting low power mode), or by toggling the data line (if a slave device wants
/linux/net/netfilter/
A Dnf_conntrack_core.c69 bool exiting; member
1501 if (gc_work->exiting) in gc_worker()
1521 gc_work->exiting = false; in conntrack_gc_work_init()
2456 conntrack_gc_work.exiting = true; in nf_conntrack_cleanup_start()
/linux/Documentation/userspace-api/
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/
A Ddmatest.rst87 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
/linux/Documentation/networking/
A Dstrparser.rst192 to occur when exiting the loop. If the callback is not set (NULL
/linux/Documentation/trace/
A Dtracepoint-analysis.rst202 on-line, it can be interrupted once to generate a report without exiting
A Dftrace-design.rst208 exiting of a function. On exit, the value is compared and if it does not
/linux/Documentation/driver-api/usb/
A Dtypec.rst53 mode>/mode1/. The requests for entering/exiting a mode can be done with "active"
/linux/Documentation/driver-api/soundwire/
A Dstream.rst411 Disable state of stream. The data port(s) are disabled upon exiting this state.
/linux/Documentation/arm/
A Dcluster-pm-race-avoidance.rst376 down, for example by cleaning data caches and exiting
/linux/arch/x86/kvm/vmx/
A Dvmx.c4142 u32 control, bool enabled, bool exiting) in vmx_adjust_secondary_exec_control() argument
4152 if (enabled == exiting) in vmx_adjust_secondary_exec_control()
4172 #define vmx_adjust_sec_exec_control(vmx, exec_control, name, feat_name, ctrl_name, exiting) \ argument
4180 SECONDARY_EXEC_##ctrl_name, __enabled, exiting); \

Completed in 50 milliseconds

12