Home
last modified time | relevance | path

Searched refs:qi (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_upcall.c98 int qi = (int)(uintptr_t)arg; in nfsrv_uc_thread() local
101 struct nfsrv_uc_queue *myqueue = &nfsrv_uc_queue_tbl[qi]; in nfsrv_uc_thread()
103 DPRINT("nfsrv_uc_thread %d started\n", qi); in nfsrv_uc_thread()
122 DPRINT("nfsrv_uc_thread:%d dequeue %p from %p\n", qi, ep, myqueue); in nfsrv_uc_thread()
330 int qi = uap->nua_qi; in nfsrv_uc_proxy() local
331 struct nfsrv_uc_queue *myqueue = &nfsrv_uc_queue_tbl[qi]; in nfsrv_uc_proxy()
335 DPRINT("\tUp-call queued on %d for wakeup of %p\n", qi, myqueue); in nfsrv_uc_proxy()
/xnu-11417.121.6/tools/lldbmacros/
H A Dkasan.py788 qitems = (qi for qi in qitems if unsigned(qi[1] + 16) in addrs)