Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dspl_condvar.h48 struct cv { struct
49 const char *cv_description; argument
50 int cv_waiters; argument
H A Dcondvar.h92 #define zfs_cv_init(cv, name, type, arg) do { \ argument
103 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) argument
/f-stack/lib/include/sys/
H A Dcondvar.h49 struct cv { struct
50 const char *cv_description; argument
51 ff_cond_t cv_cond; argument
/f-stack/freebsd/sys/
H A Dcondvar.h48 struct cv { struct
49 const char *cv_description; argument
50 int cv_waiters; argument
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_empty_gif_module.c115 ngx_http_complex_value_t cv; in ngx_http_empty_gif_handler() local
H A Dngx_http_image_filter_module.c1239 ngx_http_complex_value_t *cv, ngx_uint_t v) in ngx_http_image_filter_get_value()
1379 ngx_http_complex_value_t cv; in ngx_http_image_filter() local
1532 ngx_http_complex_value_t cv; in ngx_http_image_filter_jpeg_quality() local
1579 ngx_http_complex_value_t cv; in ngx_http_image_filter_webp_quality() local
1626 ngx_http_complex_value_t cv; in ngx_http_image_filter_sharpen() local
H A Dngx_http_map_module.c114 ngx_http_complex_value_t *cv; in ngx_http_map_variable() local
389 ngx_http_complex_value_t cv, *cvp; in ngx_http_map() local
H A Dngx_http_ssl_module.c870 ngx_http_complex_value_t *cv; in ngx_http_ssl_compile_certificates() local
H A Dngx_http_headers_filter_module.c730 ngx_http_complex_value_t cv; in ngx_http_headers_expires() local
H A Dngx_http_scgi_module.c1939 ngx_http_complex_value_t cv; in ngx_http_scgi_cache() local
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c324 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init()
330 cv_destroy(kcondvar_t *cv) in cv_destroy()
336 cv_wait(kcondvar_t *cv, kmutex_t *mp) in cv_wait()
344 cv_wait_sig(kcondvar_t *cv, kmutex_t *mp) in cv_wait_sig()
351 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait()
385 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires()
424 cv_signal(kcondvar_t *cv) in cv_signal()
430 cv_broadcast(kcondvar_t *cv) in cv_broadcast()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c112 ngx_stream_complex_value_t *cv; in ngx_stream_map_variable() local
388 ngx_stream_complex_value_t cv, *cvp; in ngx_stream_map() local
H A Dngx_stream_ssl_module.c824 ngx_stream_complex_value_t *cv; in ngx_stream_ssl_compile_certificates() local
H A Dngx_stream_proxy_module.c2194 ngx_stream_complex_value_t cv; in ngx_stream_proxy_pass() local
2253 ngx_stream_complex_value_t cv; in ngx_stream_proxy_bind() local
H A Dngx_stream_script.c219 ngx_stream_complex_value_t **cv; in ngx_stream_set_complex_value_slot() local
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c217 ngx_http_complex_value_t **cv; in ngx_http_set_complex_value_slot() local
252 ngx_http_complex_value_t *cv; in ngx_http_test_predicates() local
280 ngx_http_complex_value_t *cv; in ngx_http_test_required_predicates() local
310 ngx_http_complex_value_t *cv; in ngx_http_set_predicate_slot() local
H A Dngx_http_core_module.c1669 ngx_str_t *ct, ngx_http_complex_value_t *cv) in ngx_http_send_response()
4517 ngx_http_complex_value_t cv; in ngx_http_core_set_aio() local
4610 ngx_http_complex_value_t cv; in ngx_http_core_error_page() local
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c456 ngx_http_complex_value_t *cv; in ngx_http_v2_push() local
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c181 struct lconv *cv = localeconv(); in trydecpoint() local
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h210 struct cv cv; member
233 struct cv cv; member
/f-stack/freebsd/i386/i386/
H A Dbios.c84 u_int8_t ck, *cv; in bios32_init() local
/f-stack/freebsd/i386/pci/
H A Dpci_pir.c135 uint8_t ck, *cv; in pci_pir_open() local
/f-stack/freebsd/kern/
H A Dtty.c1548 tty_wait(struct tty *tp, struct cv *cv) in tty_wait()
1570 tty_timedwait(struct tty *tp, struct cv *cv, int hz) in tty_timedwait()
H A Dkern_sendfile.c107 struct cv cv; member
H A Dsubr_terminal.c608 char cv = c; in termcn_cnputc() local

12