Lines Matching refs:spl_t

197 static void                     thread_call_wait_locked(thread_call_t call, spl_t s);
198 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s);
230 static spl_t
233 spl_t s = splsched(); in disable_ints_and_lock()
240 enable_ints_and_unlock(thread_call_group_t group, spl_t s) in enable_ints_and_unlock()
617 spl_t s = disable_ints_and_lock(group); in _internal_call_init()
642 spl_t s = disable_ints_and_lock(group); in _internal_call_allocate()
978 spl_t s = disable_ints_and_lock(group); in thread_call_func_cancel()
1102 spl_t s = disable_ints_and_lock(group); in thread_call_free()
1182 spl_t s = disable_ints_and_lock(group); in thread_call_enter1()
1283 spl_t s = disable_ints_and_lock(group); in thread_call_enter_delayed_internal()
1394 spl_t s = disable_ints_and_lock(group); in thread_call_cancel()
1434 spl_t s = disable_ints_and_lock(group); in thread_call_cancel_wait()
1563 thread_call_finish(thread_call_t call, thread_call_group_t group, spl_t *s) in thread_call_finish()
1731 spl_t s = disable_ints_and_lock(group); in thread_call_thread()
1920 spl_t s = disable_ints_and_lock(group); in thread_call_daemon_continue()
2071 spl_t s = disable_ints_and_lock(group); in thread_call_delayed_timer_rescan()
2198 thread_call_wait_once_locked(thread_call_t call, spl_t s) in thread_call_wait_once_locked()
2266 spl_t s = disable_ints_and_lock(group); in thread_call_wait_once()
2284 thread_call_wait_locked(thread_call_t call, spl_t s) in thread_call_wait_locked()
2324 spl_t s = disable_ints_and_lock(group); in thread_call_isactive()
2340 spl_t s = disable_ints_and_lock(group); in adjust_cont_time_thread_calls()