Home
last modified time | relevance | path

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

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