Home
last modified time | relevance | path

Searched refs:_bh (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/adfs/
H A Ddir_f.c58 #define bufoff(_bh,_idx) \ argument
61 (void *)(_bh[_buf]->b_data + _off); \
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst80 _bh() Disable / enable bottom halves (soft interrupts)
241 - The soft interrupt related suffix (_bh()) still disables softirq
/openbmc/linux/Documentation/RCU/
H A DUP.rst126 elsewhere using an _bh variant of the spinlock primitive.
/openbmc/linux/Documentation/kernel-hacking/
H A Dlocking.rst169 spin_unlock_bh() does the reverse. (The '_bh' suffix is
1408 Bottom Half: for historical reasons, functions with '_bh' in them often
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst182 l'opposto. (Il suffisso '_bh' è un residuo storico che fa riferimento al
1450 Bottom Half: per ragioni storiche, le funzioni che contengono '_bh' nel
/openbmc/linux/fs/ocfs2/
H A Ddir.c100 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_… argument
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2370 The softirq-disable (AKA “bottom-half”, hence the “_bh” abbreviations)