Home
last modified time | relevance | path

Searched refs:sleepable (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dbalance.rst21 In the absence of non sleepable allocation requests, it seems detrimental
67 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced,
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Ddriver.rst85 sleepable APIs (like PM runtime) in its gpio_chip implementation (.get/.set
300 spinlock_t or any sleepable APIs (like PM runtime) as part of its irqchip
304 - If sleepable APIs have to be used, these can be done from the .irq_bus_lock()
332 threaded on -RT. As a result, spinlock_t or any sleepable APIs (like PM
607 - ensure that sleepable APIs are not used as part irq_chip implementation
608 If sleepable APIs have to be used, these can be done from the .irq_bus_lock()
610 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dmutex-design.rst69 While formally kernel mutexes are sleepable locks, it is path (ii) that
H A Dhwspinlock.rst147 or sleepable operations under the hardware lock.
229 or sleepable operations under the hardware lock.
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig57 This option selects the sleepable version of RCU. This version
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1546 if (p->aux->sleepable) { in invoke_bpf_prog()
1578 if (p->aux->sleepable) { in invoke_bpf_prog()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h816 bool sleepable; member
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1327 return prog->aux->sleepable ? &bpf_copy_from_user_proto : NULL; in bpf_tracing_func_proto()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst351 and srcu_read_unlock()), hence the "SRCU": "sleepable RCU".
H A DRTFP.txt2078 RCU, realtime RCU, sleepable RCU, performance.
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c1760 if (prog->aux->sleepable) in __bpf_prog_put_noref()
2192 prog->aux->sleepable = attr->prog_flags & BPF_F_SLEEPABLE; in bpf_prog_load()
H A Dverifier.c10259 if (prog->aux->sleepable) in check_map_prog_compatibility()
12184 if (prog->aux->sleepable) { in bpf_check_attach_target()
12239 if (prog->aux->sleepable && prog->type != BPF_PROG_TYPE_TRACING && in check_attach_btf_id()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtimestamping.rst654 sleepable context. In that case, it is the responsibility of the DSA driver
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dlitmus-tests.txt997 e. Although sleepable RCU (SRCU) is now modeled, there
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1098 | read-side critical sections, and also within Linux-kernel sleepable |
2472 introduction of `sleepable RCU <https://lwn.net/Articles/202847/>`__, or