Home
last modified time | relevance | path

Searched defs:_map (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h48 lockdep_init_map(_map,_name,_key,_x) global() argument
109 lock_map_acquire(_map) global() argument
110 lock_map_acquire_read(_map) global() argument
111 lock_map_release(_map) global() argument
/freebsd-src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py113 def _map(ret, name): function
143 def _map(ret, name): function
161 def _map(ret, name): function
219 def _map(ret, name): function
259 def _map(ret, name): function
306 def _map(ret, name): function
423 def _map(ret, name): function
/freebsd-src/sys/dev/drm2/
H A DdrmP.h1647 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument