Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dflock.h133 typedef enum {FLK_BEFORE_SLEEP, FLK_AFTER_SLEEP} flk_cb_when_t; enumerator
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c823 if (when == FLK_AFTER_SLEEP) { in nlm_block_callback()
H A Dnlm_client.c895 (void) flk_invoke_callbacks(flcb, FLK_AFTER_SLEEP); in nlm_call_lock()
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1436 FLK_AFTER_SLEEP); in flk_wait_execute_request()