Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dsoftirq.c274 static void (*bh_base[32])(void); variable
298 if (bh_base[nr]) in bh_action()
299 bh_base[nr](); in bh_action()
313 bh_base[nr] = routine; in init_bh()
320 bh_base[nr] = NULL; in remove_bh()