Home
last modified time | relevance | path

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

/linux/fs/adfs/
H A Ddir_f.c58 #define bufoff(_bh,_idx) \ argument
61 (void *)(_bh[_buf]->b_data + _off); \
/linux/Documentation/RCU/
H A DUP.rst126 elsewhere using an _bh variant of the spinlock primitive.
/linux/Documentation/translations/it_IT/locking/
H A Dlocktypes.rst82 _bh() disabilita / abilita *bottom halves* (interruzioni software)
247 - I suffissi relativi alle interruzioni software (_bh()) disabilitano i
/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
/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
/linux/fs/ocfs2/
H A Ddir.c100 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_… argument
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2495 The softirq-disable (AKA “bottom-half”, hence the “_bh” abbreviations)