Home
last modified time | relevance | path

Searched refs:fastpath (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-prologue.c372 bool fastpath = true; in bpf__gen_prologue() local
415 fastpath = false; in bpf__gen_prologue()
438 if (fastpath) { in bpf__gen_prologue()
488 if (!fastpath) { in bpf__gen_prologue()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dpi-futex.rst7 - in the user-space fastpath a PI-enabled futex involves no kernel work
78 As mentioned before, the userspace fastpath of PI-enabled pthread
90 If the lock-acquire fastpath fails, [i.e. an atomic transition from 0 to
104 If the unlock side fastpath succeeds, [i.e. userspace manages to do a
108 If the unlock fastpath fails (because the FUTEX_WAITERS bit is set),
H A Drt-mutex.rst40 RT-mutexes are optimized for fastpath operations and have no internal
42 without waiters. The optimized fastpath operations require cmpxchg
H A Dmutex-design.rst40 (i) fastpath: tries to atomically acquire the lock by cmpxchg()ing the owner with
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_exp.h291 goto fastpath; in exp_funnel_lock()
323 fastpath: in exp_funnel_lock()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.c2714 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex() local
2719 mask = fastpath; in gpiod_get_array_value_complex()
2751 if (mask != fastpath) in gpiod_get_array_value_complex()
2772 if (mask != fastpath) in gpiod_get_array_value_complex()
2997 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex() local
3002 mask = fastpath; in gpiod_set_array_value_complex()
3056 if (mask != fastpath) in gpiod_set_array_value_complex()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnf_flowtable.rst35 including the Netfilter hooks and the flowtable fastpath bypass.
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst67 the overhead of the common-case fastpath through the scheduler.
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c648 goto fastpath; in kfree_skbmem()
657 fastpath: in kfree_skbmem()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt1765 ,Title="{[PATCH]} {QRCU} with lockless fastpath"
1848 Nesterov's QRCU as an example (with Paul McKenney's fastpath).
/OK3568_Linux_fs/external/xserver/
H A DChangeLog53099 or not at all. We can only take the PutImage fastpath when the region
89818 1: Disable the fastpath entirely
177084 Bug #5796: Wrong fastpath selection for repeating sources.
177090 Bug #4320: Improved XAA Composite fastpath.