Home
last modified time | relevance | path

Searched defs:sx (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Dsx.h95 #define SX_READ_VALUE(sx) ((sx)->sx_lock) argument
192 #define sx_xlock_(sx, file, line) \ argument
196 #define sx_xunlock_(sx, file, line) \ argument
199 #define sx_xlock_(sx, file, line) \ argument
203 #define sx_xunlock_(sx, file, line) \ argument
207 #define sx_slock_(sx, file, line) \ argument
211 #define sx_sunlock_(sx, file, line) \ argument
218 #define sx_slock_(sx, file, line) \ argument
248 #define sx_xholder(sx) \ argument
252 #define sx_xlocked(sx) \ argument
[all …]
H A D_sx.h39 struct sx { struct
41 volatile uintptr_t sx_lock; argument
/f-stack/freebsd/kern/
H A Dkern_sx.c115 #define sx_recursed(sx) ((sx)->sx_recurse != 0) argument
142 #define _sx_assert(sx, what, file, line) argument
187 struct sx *sx; in lock_sx() local
199 struct sx *sx; in unlock_sx() local
216 const struct sx *sx; in owner_sx() local
266 sx_destroy(struct sx *sx) in sx_destroy()
309 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
396 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
403 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
1491 const struct sx *sx; in db_show_sx() local
[all …]
/f-stack/lib/include/sys/
H A Dsx.h40 #define sx_try_slock_int(sx) (1) argument
41 #define sx_try_xlock_int(sx) (1) argument
43 #define _sx_slock_int(sx, arg) (0) argument
44 #define _sx_sunlock_int(sx) do {} while(0) argument
/f-stack/tools/compat/include/sys/
H A D_sx.h37 struct sx { struct
39 void* sx_lock; argument
/f-stack/lib/
H A Dff_lock.c293 sx_init_flags(struct sx *sx, const char *description, int opts) in sx_init_flags()
320 sx_destroy(struct sx *sx) in sx_destroy()
326 _sx_xlock(struct sx *sx, int opts, in _sx_xlock()
333 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
339 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
345 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock()
351 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
357 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
363 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_()
369 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_()
/f-stack/app/redis-5.0.5/src/
H A Dlolwut5.c109 int sx = (x1 < x2) ? 1 : -1; in lwDrawLine() local
187 int sx = x * square_side + square_side/2 + padding; in lwDrawSchotter() local
/f-stack/lib/include/vm/
H A Duma_int.h53 #define _vm_map_unlock(sx, arg) do {} while(0) argument
/f-stack/freebsd/arm64/intel/
H A Dstratix10-soc-fpga-mgr.c71 struct sx sx; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c822 int sx, sy, dx, dy, ox, oy, ax, ay, size, in ngx_http_image_resize() local
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_validate.c560 int64_t sx, sy; in eval_neg() local