| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 1130 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 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.
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/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 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 D | delay-accounting.rst | 56 are sent to userspace without requiring a command. If it is the last exiting
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | perf.rst | 65 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 D | aoedev.c | 304 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 D | rtc-ds1374.c | 83 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 D | 0004-qwayland-egl-Fix-mali-crash-during-exiting.patch | 4 Subject: [PATCH 04/17] qwayland-egl: Fix mali crash during exiting
|
| /OK3568_Linux_fs/buildroot/package/dt/ |
| H A D | Config.in | 18 before exiting. Since verification of data is performed,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
| H A D | 0001-Remove-python-venv.patch | 46 - 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 D | 0002-modify-export-image-to-meet-rockchip-image-requireme.patch | 162 - 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 D | 0001-Fix-C23-related-conformance-bug.patch | 124 /* 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 D | logging.bbclass | 52 # and halt the build, exiting with an error code.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dool/dool/ |
| H A D | 0001-Fix-rename-in-docs.patch | 70 - show profiling statistics when exiting dstat 71 + show profiling statistics when exiting dool
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0063-disk-ldm-Make-sure-comp-data-is-freed-before-exiting.patch | 4 Subject: [PATCH] disk/ldm: Make sure comp data is freed before exiting from
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | robust-futex-ABI.rst | 20 by the exiting thread. 160 exiting threads TID, then the kernel will do two things:
|
| H A D | preempt-locking.rst | 46 switch. For example, on x86, entering and exiting FPU mode is now a critical
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | slimbus.rst | 110 exiting low power mode), or by toggling the data line (if a slave device wants
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_core.c | 71 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 D | seccomp_filter.rst | 95 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 D | README.md | 81 …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 D | dmatest.rst | 87 to complete before exiting. Note that if 'iterations' is set to 'infinite' then
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | strparser.rst | 192 to occur when exiting the loop. If the callback is not set (NULL
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 304 OnAtExit B V Leave video signal on when exiting server
|