HomeSort by: relevance | last modified time | path
    Searched defs:callout_halt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_timeout.c 541 * callout_halt:
545 * can take locks, the caller of callout_halt() must not hold any of
551 callout_halt(callout_t *cs, void *interlock) function in typeref:typename:bool
580 * Slow path for callout_halt(). Deliberately marked __noinline to
601 * - the callout itself has called callout_halt() (nice!)
kern_timeout.c 541 * callout_halt:
545 * can take locks, the caller of callout_halt() must not hold any of
551 callout_halt(callout_t *cs, void *interlock) function in typeref:typename:bool
580 * Slow path for callout_halt(). Deliberately marked __noinline to
601 * - the callout itself has called callout_halt() (nice!)

Completed in 69 milliseconds