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

  /src/usr.sbin/lockstat/
main.c 87 } lock_t; typedef in typeref:struct:lockstruct
164 static lock_t *morelocks(void);
568 * Allocate a new block of lock_t structures.
570 static lock_t *
574 lock_t *l, *lp, *max;
576 l = (lock_t *)malloc(sizeof(*l) * batch);
612 lock_t *l, *l2;
618 * Recycle lock_t structures from the last run.
739 lock_t *l;
main.c 87 } lock_t; typedef in typeref:struct:lockstruct
164 static lock_t *morelocks(void);
568 * Allocate a new block of lock_t structures.
570 static lock_t *
574 lock_t *l, *lp, *max;
576 l = (lock_t *)malloc(sizeof(*l) * batch);
612 lock_t *l, *l2;
618 * Recycle lock_t structures from the last run.
739 lock_t *l;

Completed in 22 milliseconds