| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_killable.h | 47 sigset_t blocked, oldset; in down_interruptible_killable() local 48 siginitsetinv(&blocked, SHUTDOWN_SIGS); in down_interruptible_killable() 49 sigprocmask(SIG_SETMASK, &blocked, &oldset); in down_interruptible_killable() 61 sigset_t blocked, oldset; in mutex_lock_interruptible_killable() local 62 siginitsetinv(&blocked, SHUTDOWN_SIGS); in mutex_lock_interruptible_killable() 63 sigprocmask(SIG_SETMASK, &blocked, &oldset); in mutex_lock_interruptible_killable()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_mutex.c | 48 m->blocked = _lthread_queue_create("blocked queue"); in lthread_mutex_init() 49 if (m->blocked == NULL) { in lthread_mutex_init() 76 if ((m == NULL) || (m->blocked == NULL)) { in lthread_mutex_destroy() 83 if (_lthread_queue_destroy(m->blocked) < 0) { in lthread_mutex_destroy() 106 if ((m == NULL) || (m->blocked == NULL)) { in lthread_mutex_lock() 139 lt->pending_wr_queue = m->blocked; in lthread_mutex_lock() 152 if ((m == NULL) || (m->blocked == NULL)) { in lthread_mutex_trylock() 185 if ((m == NULL) || (m->blocked == NULL)) { in lthread_mutex_unlock() 199 unblocked = _lthread_queue_remove(m->blocked); in lthread_mutex_unlock()
|
| H A D | lthread_cond.c | 53 c->blocked = _lthread_queue_create("blocked"); in lthread_cond_init() 54 if (c->blocked == NULL) { in lthread_cond_init() 83 if (_lthread_queue_destroy(c->blocked) < 0) { in lthread_cond_destroy() 116 lt->pending_wr_queue = c->blocked; in lthread_cond_wait() 136 lt = _lthread_queue_remove(c->blocked); in lthread_cond_signal() 161 lt = _lthread_queue_remove(c->blocked); in lthread_cond_broadcast() 169 } while (!_lthread_queue_empty(c->blocked)); in lthread_cond_broadcast()
|
| H A D | lthread_cond.h | 19 struct lthread_queue *blocked; member
|
| H A D | lthread_mutex.h | 21 struct lthread_queue *blocked __rte_cache_aligned;
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 203 sigset_t blocked, saved; in __cv_wait_idle() local 205 sigfillset(&blocked); in __cv_wait_idle() 206 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_wait_idle() 347 sigset_t blocked, saved; in __cv_timedwait_idle() local 350 sigfillset(&blocked); in __cv_timedwait_idle() 351 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_timedwait_idle() 460 sigset_t blocked, saved; in cv_timedwait_idle_hires() local 463 sigfillset(&blocked); in cv_timedwait_idle_hires() 464 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in cv_timedwait_idle_hires()
|
| H A D | spl-taskq.c | 859 sigset_t blocked; in taskq_thread() local 874 sigfillset(&blocked); in taskq_thread() 875 sigprocmask(SIG_BLOCK, &blocked, NULL); in taskq_thread()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_copy_filter_module.c | 180 r->main->blocked++; in ngx_http_copy_aio_handler() 202 r->main->blocked--; in ngx_http_copy_aio_event_handler() 229 r->main->blocked++; in ngx_http_copy_aio_sendfile_preload() 249 r->main->blocked--; in ngx_http_copy_aio_sendfile_event_handler() 299 r->main->blocked++; in ngx_http_copy_thread_handler() 323 r->main->blocked--; in ngx_http_copy_thread_event_handler()
|
| H A D | ngx_http_request.h | 455 unsigned blocked:8; member
|
| H A D | ngx_http_file_cache.c | 455 r->main->blocked++; in ngx_http_file_cache_lock() 520 r->main->blocked--; in ngx_http_file_cache_lock_wait() 691 r->main->blocked++; in ngx_http_file_cache_aio_read() 738 r->main->blocked--; in ngx_http_cache_aio_event_handler() 787 r->main->blocked++; in ngx_http_cache_thread_handler() 808 r->main->blocked--; in ngx_http_cache_thread_event_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.h | 160 unsigned blocked:1; member 209 unsigned blocked:1; member 229 unsigned blocked:1; member 242 if ((*out)->blocked || (*out)->stream == NULL) { in ngx_http_v2_queue_frame() 268 if ((*out)->blocked || (*out)->stream == NULL) { in ngx_http_v2_queue_blocked_frame()
|
| H A D | ngx_http_v2.c | 352 h2c->blocked = 1; in ngx_http_v2_read_handler() 373 h2c->blocked = 0; in ngx_http_v2_read_handler() 434 h2c->blocked = 0; in ngx_http_v2_read_handler() 478 h2c->blocked = 1; in ngx_http_v2_write_handler() 487 h2c->blocked = 0; in ngx_http_v2_write_handler() 605 if (!h2c->blocked) { in ngx_http_v2_send_output_queue() 632 h2c->blocked = 1; in ngx_http_v2_handle_connection() 636 h2c->blocked = 0; in ngx_http_v2_handle_connection() 2763 frame->blocked = 0; in ngx_http_v2_send_settings() 4570 h2c->blocked = 1; in ngx_http_v2_finalize_connection() [all …]
|
| H A D | ngx_http_v2_filter_module.c | 1100 frame->blocked = 1; in ngx_http_v2_create_headers_frame() 1206 frame->blocked = 1; in ngx_http_v2_create_push_frame() 1743 frame->blocked = 0; in ngx_http_v2_filter_get_data_frame() 1806 stream->blocked = 1; in ngx_http_v2_filter_send() 1813 stream->blocked = 0; in ngx_http_v2_filter_send() 2057 if (stream->waiting || stream->blocked) { in ngx_http_v2_handle_stream() 2111 if (frame->stream == stream && !frame->blocked) { in ngx_http_v2_filter_cleanup()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | wait.tcl | 33 test {WAIT should not acknowledge 1 additional copy if slave is blocked} {
|
| /f-stack/freebsd/netinet6/ |
| H A D | raw_ip6.c | 282 int blocked; in rip6_input() local 284 blocked = MCAST_PASS; in rip6_input() 293 blocked = im6o_mc_filter(inp->in6p_moptions, in rip6_input() 298 if (blocked != MCAST_PASS) { in rip6_input()
|
| H A D | udp6_usrreq.c | 377 int blocked; in udp6_input() local 384 blocked = im6o_mc_filter(imo, ifp, in udp6_input() 387 if (blocked != MCAST_PASS) { in udp6_input() 388 if (blocked == MCAST_NOTGMEMBER) in udp6_input() 390 if (blocked == MCAST_NOTSMEMBER || in udp6_input() 391 blocked == MCAST_MUTED) in udp6_input()
|
| /f-stack/freebsd/netinet/ |
| H A D | raw_ip.c | 401 int blocked; in rip_input() local 403 blocked = MCAST_PASS; in rip_input() 412 blocked = imo_multi_filter(inp->inp_moptions, in rip_input() 418 if (blocked != MCAST_PASS) { in rip_input()
|
| H A D | udp_usrreq.c | 575 int blocked; in udp_input() local 587 blocked = imo_multi_filter(imo, ifp, in udp_input() 590 if (blocked != MCAST_PASS) { in udp_input() 591 if (blocked == MCAST_NOTGMEMBER) in udp_input() 593 if (blocked == MCAST_NOTSMEMBER || in udp_input() 594 blocked == MCAST_MUTED) in udp_input()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_imap_handler.c | 125 s->blocked = 1; in ngx_mail_imap_auth_state() 129 s->blocked = 0; in ngx_mail_imap_auth_state()
|
| H A D | ngx_mail_pop3_handler.c | 140 s->blocked = 1; in ngx_mail_pop3_auth_state() 144 s->blocked = 0; in ngx_mail_pop3_auth_state()
|
| H A D | ngx_mail_smtp_handler.c | 408 s->blocked = 1; in ngx_mail_smtp_auth_state() 412 s->blocked = 0; in ngx_mail_smtp_auth_state() 496 s->blocked = 1; in ngx_mail_smtp_auth_state()
|
| H A D | ngx_mail.h | 203 unsigned blocked:1; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-mux-gpmux.txt | 38 to the same parent adapter that this multiplexer is connected to are blocked
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa2_sec.rst | 140 The DPAA2 SEC device can be blocked with the following:
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 114 #. Start testpmd. The sub-device ``84:00.0`` should be blocked from normal EAL 123 If the sub-device ``84:00.0`` is not blocked, it will be probed by the
|