| /src/lib/libc/gen/ |
| H A D | syslog_private.h | 45 int (*unlock)(const struct syslog_data *); member in struct:syslog_fun
|
| H A D | syslog.c | 125 unlock(const struct syslog_data *data) function in typeref:typename:int
|
| /src/sys/dev/fdt/ |
| H A D | syscon.h | 36 void (*unlock)(void *); member in struct:syscon
|
| /src/tests/lib/libc/membar/ |
| H A D | t_dekker.c | 80 unlock(unsigned me) function in typeref:typename:void
|
| H A D | t_spinlock.c | 77 unlock(void) function in typeref:typename:void
|
| /src/sys/dev/ic/ |
| H A D | mcp23xxxgpiovar.h | 68 void (*unlock)(struct mcpgpio_softc *); member in struct:mcpgpio_accessops
|
| H A D | ac97var.h | 88 void (*unlock)(struct ac97_codec_if *); member in struct:ac97_codec_if_vtbl
|
| H A D | aha.c | 868 struct aha_unlock unlock; local in function:aha_init
|
| /src/sys/kern/ |
| H A D | kern_condvar.c | 153 cv_unsleep(lwp_t *l, bool unlock) argument
|
| H A D | kern_runq.c | 320 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) argument 416 sched_resched_lwp(struct lwp *l, bool unlock) argument
|
| H A D | kern_sleepq.c | 484 sleepq_unsleep(lwp_t *l, bool unlock) argument 562 sleepq_abort(kmutex_t *mtx, int unlock) argument
|
| H A D | vfs_lockf.c | 412 lf_clearlock(struct lockf *unlock, struct lockf **sparelock) argument [all...] |
| H A D | kern_lwp.c | 1595 lwp_unsleep(lwp_t *l, bool unlock) argument
|
| /src/common/lib/libprop/ |
| H A D | prop_object.c | 128 void (*unlock)(void); local in function:prop_object_release_emergency 185 void (*unlock)(voi local in function:prop_object_release [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | atomic.c | 59 __inline static void unlock(Lock *l) { function in typeref:typename:void 79 __inline static void unlock(Lock *l) { function in typeref:typename:void 92 __inline static void unlock(Lock *l) { function in typeref:typename:void [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 90 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase
|
| /src/tests/lib/libpthread/ |
| H A D | t_cond.c | 497 unlock(void *arg) function in typeref:typename:void
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_shrinker.c | 431 bool unlock = false; local in function:i915_gem_shrinker_taints_mutex
|
| /src/sys/fs/v7fs/ |
| H A D | v7fs_impl.h | 67 void (*unlock)(void *); member in struct:lock_ops
|
| /src/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 359 unlock(nlm4_lock *lck, int flags) function in typeref:enum:nlm_stats
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | scheduler.c | 600 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) argument 606 sched_resched_lwp(struct lwp *l, bool unlock) argument
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| H A D | timing_generator.h | 196 void (*unlock)(struct timing_generator *tg); member in struct:timing_generator_funcs
|
| /src/sys/fs/nfs/client/ |
| H A D | nfs_clstate.c | 2307 int unlock = 0, modified = 0; local in function:nfscl_updatelock [all...] |
| /src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdstate.c | 3673 int unlock = 0, myfile = 0; local in function:nfsrv_updatelock [all...] |
| /src/lib/libc/time/ |
| H A D | localtime.c | 49 #define unlock() rwlock_unlock(&__lcl_lock) macro [all...] |