Searched refs:bottom_half (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 45 bottom_half, enumerator 59 [bottom_half] = "bottom_half", in get_lock_name() 194 {"_raw_spin_lock_bh", LOCK, bottom_half, NO_ARG, ret_any}, 197 {"_raw_spin_unlock_bh", UNLOCK, bottom_half, NO_ARG, ret_any}, 351 {"local_bh_disable", LOCK, bottom_half, NO_ARG, ret_any}, 352 {"_local_bh_disable", LOCK, bottom_half, NO_ARG, ret_any}, 353 {"__local_bh_disable", LOCK, bottom_half, NO_ARG, ret_any}, 354 {"local_bh_enable", UNLOCK, bottom_half, NO_ARG, ret_any}, 355 {"_local_bh_enable", UNLOCK, bottom_half, NO_ARG, ret_any}, 356 {"__local_bh_enable", UNLOCK, bottom_half, NO_ARG, ret_any}, [all …]
|