Searched refs:relock (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/tests/rump/kernspace/
H A Dtsleep.c54 bool relock = ((uintptr_t)arg % 2) == 0; local
63 rv = mtsleep(tinythread, relock ? 0 : PNORELOCK,
65 if (relock)
/netbsd-current/sys/kern/
H A Dkern_timeout.c588 kmutex_t *relock; local
592 relock = NULL;
616 relock = interlock;
644 if (__predict_false(relock != NULL))
645 mutex_enter(relock);
H A Dkern_event.c2346 relock:
2386 goto relock;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dnta.c452 relock:
475 goto relock;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnta.c452 relock:
475 goto relock;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_segment.c196 int relock; local
200 relock = 0;
391 relock = lfs_writefile(fs, sp, vp);
392 if (relock && vp != fs->lfs_ivnode) {
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpppd.h705 int relock(int); /* Rewrite lock file with new pid */
H A Dutils.c872 * relock - called to update our lockfile when we are about to detach,
881 relock(int pid) function
H A Dtty.c850 relock(pid);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c1663 * tricky unlock/relock dance to prevent mp from being freed;
3937 relock:
3956 goto relock;
4094 goto relock;
4133 goto relock;

Completed in 214 milliseconds