Lines Matching refs:blocking
93 int blocking);
96 int blocking);
106 int blocking);
988 * blocking. this also catches the case where we get
1122 mlog(ML_BASTS, "BAST fired for lockres %s, blocking %d, level %d, "
1963 * the blocking list).
2093 * Fake a blocking ast for the downconvert code.
2560 * The method is to get a blocking lock and immediately unlock
3503 * queued if blocking, but we still may have to wait on it
3638 mlog(ML_BASTS, "lockres %s, level %d => %d, blocking %d\n",
3742 int blocking;
3753 * Is it still blocking? If not, we have no more work to do.
3829 /* if we're blocking an exclusive and we have *any* holders,
3839 /* If it's a PR we're blocking, then only
3876 * may sleep, so we save off a copy of what we're blocking as
3878 blocking = lockres->l_blocking;
3882 ctl->unblock_action = lockres->l_ops->downconvert_worker(lockres, blocking);
3891 if ((blocking != lockres->l_blocking) || (level != lockres->l_level)) {
3895 "Recheck\n", lockres->l_name, blocking,
3946 int blocking)
3979 if (blocking == DLM_LOCK_EX) {
3985 * blocking anything < EXMODE because we want to keep
4060 int blocking)
4069 * This node is blocking another node from getting a read
4076 if (blocking == DLM_LOCK_PR)
4162 int blocking)