Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c1130 static void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() argument
1133 WARN_ON_ONCE(exiting); in wait_for_owner_exiting()
1137 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting()
1140 mutex_lock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
1149 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting()
1151 put_task_struct(exiting); in wait_for_owner_exiting()
1216 struct task_struct **exiting) in attach_to_pi_owner() argument
1265 *exiting = p; in attach_to_pi_owner()
1307 struct task_struct **exiting) in lookup_pi_state() argument
1322 return attach_to_pi_owner(uaddr, uval, key, ps, exiting); in lookup_pi_state()
[all …]
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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.rst56 are sent to userspace without requiring a command. If it is the last exiting
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dperf.rst65 exiting the guest we disable/enable the event as appropriate based on the
69 for exclude_host. Upon entering and exiting the guest we modify the event
82 enabling/disabling the counters and entering/exiting the guest. We are
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoedev.c304 flush(const char __user *str, size_t cnt, int exiting) in flush() argument
315 if (!exiting && cnt >= 3) { in flush()
334 if (exiting) { in flush()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ds1374.c83 int exiting; member
324 if (!ds1374->exiting) in ds1374_work()
543 ds1374->exiting = 1; in ds1374_remove()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0004-qwayland-egl-Fix-mali-crash-during-exiting.patch4 Subject: [PATCH 04/17] qwayland-egl: Fix mali crash during exiting
/OK3568_Linux_fs/buildroot/package/dt/
H A DConfig.in18 before exiting. Since verification of data is performed,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch46 - echo 'Failed to set up virtualenv for mycroft, exiting setup.'
175 - # Prevent running in script then exiting immediately
/OK3568_Linux_fs/debian/scripts/patches/
H A D0002-modify-export-image-to-meet-rockchip-image-requireme.patch162 - echo "ERROR: losetup for BOOT_DEV failed; exiting"
175 - echo "ERROR: losetup for ROOT_DEV failed; exiting"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/
H A D0001-Fix-C23-related-conformance-bug.patch124 /* Return A + B, exiting if the result would overflow either ptrdiff_t
133 /* Return a pointer to a newly allocated buffer of size SIZE, exiting
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlogging.bbclass52 # and halt the build, exiting with an error code.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dool/dool/
H A D0001-Fix-rename-in-docs.patch70 - show profiling statistics when exiting dstat
71 + show profiling statistics when exiting dool
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0063-disk-ldm-Make-sure-comp-data-is-freed-before-exiting.patch4 Subject: [PATCH] disk/ldm: Make sure comp data is freed before exiting from
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dslimbus.rst110 exiting low power mode), or by toggling the data line (if a slave device wants
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c71 bool exiting; member
1430 if (gc_work->exiting) in gc_worker()
1450 gc_work->exiting = false; in conntrack_gc_work_init()
2364 conntrack_gc_work.exiting = true; in nf_conntrack_cleanup_start()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/dl/unixbench/git/
H A DREADME.md81 …ll. The time to execute such calls is used to estimate the cost of entering and exiting the kernel.
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Ddmatest.rst87 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dstrparser.rst192 to occur when exiting the loop. If the callback is not set (NULL
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DRegistry304 OnAtExit B V Leave video signal on when exiting server

1234