Searched refs:locklist (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | lock.c | 126 static List *locklist; variable 516 if (locklist != NULL) in remove_locks() 521 List *tmp = locklist; in remove_locks() 522 locklist = NULL; in remove_locks() 738 findnode (locklist, repository) ? readlock : in readers_exist() 973 if (locklist != NULL) in lock_list_promotably() 986 locklist = list; /* init for Lock_Cleanup */ in lock_list_promotably() 1339 if (locklist) in lock_dir_for_write() 1341 Node *p = findnode (locklist, repository); in lock_dir_for_write()
|
H A D | rcs.c | 4726 List *locklist; in RCS_findlock_or_tip() local 4731 locklist = RCS_getlocks (rcs); in RCS_findlock_or_tip() 4733 for (p = locklist->list->next; p != locklist->list; p = p->next) in RCS_findlock_or_tip()
|
H A D | ChangeLog-9395 | 436 So does locklist but it gets renamed to lock_tree_list.
|
H A D | ChangeLog | 5842 are using atexit for calls on exit. Dispose locklist storage after the
|
/netbsd-src/usr.sbin/lockstat/ |
H A D | main.c | 131 static locklist_t locklist; variable 367 TAILQ_INIT(&locklist); in main() 620 TAILQ_CONCAT(&freelist, &locklist, chain); in makelists() 717 l2 = TAILQ_FIRST(&locklist); in makelists() 727 TAILQ_INSERT_TAIL(&locklist, l, chain); in makelists() 748 if (TAILQ_EMPTY(&locklist)) in display() 760 TAILQ_FOREACH(l, &locklist, chain) { in display() 776 TAILQ_FOREACH(l, &locklist, chain) { in display()
|
/netbsd-src/sys/kern/ |
H A D | vfs_lockf.c | 69 TAILQ_HEAD(locklist, lockf); 80 struct locklist lf_blkhd; /* List of requests blocked on this lock */
|