Lines Matching defs:count
365 int count = 0;
386 count = ls->ls_new_rsb_count;
389 if (!count)
402 int count;
406 count = ls->ls_new_rsb_count;
409 count, dlm_config.ci_new_rsb_count, name);
510 * ref count of 1; when found on normal list the ref count is incremented.
1478 log_debug(ls, "addwait %x cur %d overlap %d count %d f %x",
2507 unsigned int *count)
2527 if (count)
2528 (*count)++;
2576 unsigned int *count)
2583 if (count)
2584 (*count)++;
2614 static void grant_pending_locks(struct dlm_rsb *r, unsigned int *count)
2626 high = grant_pending_convert(r, high, &cw, count);
2627 high = grant_pending_wait(r, high, &cw, count);
5411 int nodeid_gone, unsigned int *count)
5437 (*count)++;
5530 unsigned int count = 0;
5543 count = 0;
5546 grant_pending_locks(r, &count);
5548 lkb_count += count;