Searched refs:wp (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tools/tests/affinity/ |
| H A D | pool.c | 191 worker_info_t *wp = (worker_info_t *) arg; in manager_fn() local 192 stage_info_t *sp = wp->stage; in manager_fn() 213 affinity_set(wp->setnum); in manager_fn() 214 current_tag = wp->setnum; in manager_fn() 217 DBG("Starting %s %d, stage: %d\n", sp->name, wp->setnum, sp->stagenum); in manager_fn() 259 sp->name, wp->setnum, sp->stagenum, sp->work_todo); in manager_fn() 270 workp->tag = wp->setnum; in manager_fn() 279 sp->name, wp->setnum, sp->stagenum, iteration, workp, workp->data); in manager_fn() 292 sp->name, wp->setnum, sp->stagenum, iteration); in manager_fn() 301 DBG("Ending %s[%d,%d]\n", sp->name, wp->setnum, sp->stagenum); in manager_fn() [all …]
|
| /xnu-12377.1.9/bsd/dev/arm/ |
| H A D | km.c | 67 struct winsize *wp; in kmopen() local 101 wp = &tp->t_winsize; in kmopen() 106 wp->ws_xpixel = 8; in kmopen() 107 wp->ws_ypixel = 16; in kmopen() 117 wp->ws_col = 80; in kmopen() 118 wp->ws_row = 24; in kmopen() 120 unsigned long ws_col = video.v_width / wp->ws_xpixel; in kmopen() 121 unsigned long ws_row = video.v_height / wp->ws_ypixel; in kmopen() 125 wp->ws_col = (unsigned short)ws_col; in kmopen() 126 wp->ws_row = (unsigned short)ws_row; in kmopen() [all …]
|
| /xnu-12377.1.9/bsd/dev/i386/ |
| H A D | km.c | 90 struct winsize *wp; in kmopen() local 124 wp = &tp->t_winsize; in kmopen() 129 wp->ws_xpixel = 8; in kmopen() 130 wp->ws_ypixel = 16; in kmopen() 144 wp->ws_col = video.v_width / wp->ws_xpixel; in kmopen() 145 wp->ws_row = video.v_height / wp->ws_ypixel; in kmopen() 147 wp->ws_col = 100; in kmopen() 148 wp->ws_row = 36; in kmopen() 203 struct winsize *wp; in kmioctl() local 209 wp = (struct winsize *)data; in kmioctl() [all …]
|
| /xnu-12377.1.9/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | cpu.h | 51 wp :1,
|
| /xnu-12377.1.9/bsd/nfs/ |
| H A D | nfs_serv.c | 1532 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local 1614 wp = slp->ns_tq.lh_first; in nfsrv_writegather() 1615 while (wp && wp->nd_time < nd->nd_time) { in nfsrv_writegather() 1616 owp = wp; in nfsrv_writegather() 1617 wp = wp->nd_tq.le_next; in nfsrv_writegather() 1627 wp = wpp->lh_first; in nfsrv_writegather() 1628 while (wp && !nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather() 1629 owp = wp; in nfsrv_writegather() 1630 wp = wp->nd_hash.le_next; in nfsrv_writegather() 1632 while (wp && (wp->nd_off < nd->nd_off) && in nfsrv_writegather() [all …]
|