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

  /src/sys/kern/
subr_pcu.c 66 static void pcu_lwp_op(const pcu_ops_t *, lwp_t *, const int);
160 pcu_lwp_op(pcu, l, PCU_CMD_RELEASE);
201 pcu_lwp_op(pcu, l, flags);
253 * pcu_lwp_op: perform PCU state save, release or both operations on LWP.
256 pcu_lwp_op(const pcu_ops_t *pcu, lwp_t *l, const int flags) function in typeref:typename:void
393 pcu_lwp_op(pcu, l, PCU_CMD_RELEASE);
410 pcu_lwp_op(pcu, l, PCU_CMD_SAVE | PCU_CMD_RELEASE);

Completed in 11 milliseconds