Searched defs:sq (Results 1 - 22 of 22) sorted by relevance

/src/sys/kern/
H A Dkern_condvar.c127 sleepq_t *sq; local in function:cv_enter
485 sleepq_t *sq; local in function:cv_wakeup_one
532 sleepq_t *sq; local in function:cv_wakeup_all
[all...]
H A Dkern_sleepq.c101 sleepq_init(sleepq_t *sq) argument
120 sleepq_remove(sleepq_t *sq, lwp_t *l, bool wakeup) argument
191 sleepq_insert(sleepq_t *sq, lwp_t *l, syncobj_t *sobj) argument
230 sleepq_enter(sleepq_t * sq,lwp_t * l,kmutex_t * mp) argument
258 sleepq_enqueue(sleepq_t * sq,wchan_t wchan,const char * wmesg,syncobj_t * sobj,bool catch_p) argument
295 sleepq_transfer(lwp_t * l,sleepq_t * from_sq,sleepq_t * sq,wchan_t wchan,const char * wmesg,syncobj_t * sobj,kmutex_t * mp,bool catch_p) argument
456 sleepq_wake(sleepq_t * sq,wchan_t wchan,u_int expected,kmutex_t * mp) argument
486 sleepq_t *sq = l->l_sleepq; local in function:sleepq_unsleep
582 sleepq_reinsert(sleepq_t * sq,lwp_t * l) argument
611 sleepq_t *sq = l->l_sleepq; local in function:sleepq_changepri
627 sleepq_t *sq = l->l_sleepq; local in function:sleepq_lendpri
[all...]
H A Dkern_turnstile.c376 sleepq_t *sq; local in function:turnstile_block
446 sleepq_t *sq; local in function:turnstile_wakeup
H A Dkern_synch.c188 sleepq_t *sq; local in function:tsleep
214 sleepq_t *sq; local in function:mtsleep
274 sleepq_t *sq; local in function:wakeup
[all...]
/src/games/hack/
H A Dhack.mkshop.c368 sq(int a) function in typeref:typename:int
/src/games/sail/
H A Ddr_3.c55 struct ship *sp, *sq; local in function:moveall
[all...]
H A Ddr_1.c77 struct ship *sp, *sq; local in function:boardcomp
239 struct ship *sp, *sq; local in function:resolve
[all...]
H A Ddr_2.c65 struct ship *sp, *sq; local in function:thinkofgrapples
96 struct ship *sp, *sq; local in function:checkup
[all...]
/src/sys/rump/librump/rumpkern/
H A Dsleepq.c45 sleepq_init(sleepq_t *sq) argument
53 sleepq_destroy(sleepq_t *sq) argument
60 sleepq_enter(sleepq_t *sq, lwp_t *l, kmutex_t *mp) argument
75 sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob, argument
113 sleepq_wake(sleepq_t *sq, wchan_ argument
150 sleepq_remove(sleepq_t * sq,struct lwp * l,bool wakeup) argument
[all...]
/src/sys/sys/
H A Dsleeptab.h64 sleepq_t *sq; local in function:sleeptab_lookup
/src/sys/ddb/
H A Ddb_xxx.c350 sleepq_t sq; local in function:db_show_sleepq
/src/games/monop/
H A Dmonop.h91 SQUARE *sq[3]; /* list of squares in monop */ member in struct:mon_st
/src/sys/arch/luna68k/dev/
H A Domrasops.c1285 uint8_t *sp, *dp, *sq, *dq, *basep; local in function:om1_copycols
1418 uint8_t *sp, *dp, *sq, *dq, *basep; local in function:om4_copycols
[all...]
/src/sys/external/bsd/ena-com/
H A Dena_com.c123 struct ena_com_admin_sq *sq = &queue->sq; local in function:ena_com_admin_init_sq
1584 struct ena_com_admin_sq *sq = &admin_queue->sq; local in function:ena_com_admin_destroy
[all...]
H A Dena_com.h265 struct ena_com_admin_sq sq; member in struct:ena_com_admin_queue
H A Dena_admin_defs.h330 struct ena_admin_sq sq; member in struct:ena_admin_aq_destroy_sq_cmd
[all...]
/src/bin/sh/
H A Dparser.c871 slurp_heredoc(char *const eofmark, const int striptabs, const int sq) argument
/src/sys/netinet/
H A Dsctp_pcb.c2006 struct sctp_socket_q_list *sq; local in function:sctp_inpcb_free
3028 struct sctp_socket_q_list *sq; local in function:sctp_free_assoc
4632 struct sctp_socket_q_list *sq; local in function:sctp_add_to_socket_q
4659 struct sctp_socket_q_list *sq; local in function:sctp_remove_from_socket_q
[all...]
H A Dsctp_usrreq.c3426 struct sctp_socket_q_list *sq=NULL; local in function:sctp_rcvd
/src/sys/dev/ic/
H A Drtw.c1453 int hwrate, len, rate, rssi, sq, s; local in function:rtw_intr_rx
/src/sys/external/bsd/ena-com/ena_defs/
H A Dena_admin_defs.h331 struct ena_admin_sq sq; member in struct:ena_admin_aq_destroy_sq_cmd
[all...]
/src/sys/dev/pci/
H A Dif_mcx.c7800 struct mcx_sq_entry *sq, *sqe; local in function:mcx_send_common_locked
8793 struct mcx_sq_ctx sq; member in union:mcx_kstat_queue_read::__anon2d3d6141020a
[all...]

Completed in 65 milliseconds