Home
last modified time | relevance | path

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

/linux/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
/linux/Documentation/networking/
H A Dnf_flowtable.rst8 you to define a fastpath through the flowtable datapath. This infrastructure
38 forwarding path including the Netfilter hooks and the flowtable fastpath bypass.
137 allows the flowtable to define a fastpath bypass between the bridge ports
143 fastpath bypass
161 If you would like that your flowtable defines a fastpath between your bridge
205 which refers to the software flowtable fastpath and [HW_OFFLOAD] which refers
/linux/kernel/
H A Drseq.c139 stats.fastpath += data_race(per_cpu(rseq_stats.fastpath, cpu)); in rseq_stats_show()
156 seq_printf(m, "fastp: %16lu\n", stats.fastpath); in rseq_stats_show()
/linux/include/linux/
H A Drseq_entry.h13 unsigned long fastpath; member
672 rseq_stat_inc(rseq_stats.fastpath); in __rseq_exit_to_user_mode_restart()
/linux/fs/ocfs2/
H A Dsuballoc.h92 int fastpath);
/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h139 enum exit_fastpath_completion fastpath);
/linux/Documentation/admin-guide/mm/
H A Dslab.rst184 option reduces the fastpath performance of the slab allocator.
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst67 the overhead of the common-case fastpath through the scheduler.
/linux/net/core/
H A Dskbuff.c1148 goto fastpath; in kfree_skbmem()
1157 fastpath: in kfree_skbmem()