Searched refs:wp (Results 1 – 5 of 5) sorted by relevance
213 affinity_set(wp->setnum); in manager_fn()214 current_tag = wp->setnum; in manager_fn()270 workp->tag = wp->setnum; in manager_fn()324 worker_info_t *wp; in main() local444 wp = &worker_info[i]; in main()445 wp->setnum = i + 1; in main()446 wp->stage = &stage_info[0]; in main()450 (void *) wp)) { in main()459 wp->setnum = j + 1; in main()464 (void *) wp)) { in main()[all …]
67 struct winsize *wp; in kmopen() local101 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()128 wp->ws_col = 100; in kmopen()129 wp->ws_row = 36; in kmopen()184 struct winsize *wp; in kmioctl() local190 wp = (struct winsize *) data; in kmioctl()[all …]
90 struct winsize *wp; in kmopen() local124 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() local209 wp = (struct winsize *)data; in kmioctl()[all …]
51 wp :1,
1613 wp = slp->ns_tq.lh_first; in nfsrv_writegather()1614 while (wp && wp->nd_time < nd->nd_time) { in nfsrv_writegather()1615 owp = wp; in nfsrv_writegather()1616 wp = wp->nd_tq.le_next; in nfsrv_writegather()1626 wp = wpp->lh_first; in nfsrv_writegather()1627 while (wp && !nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather()1628 owp = wp; in nfsrv_writegather()1629 wp = wp->nd_hash.le_next; in nfsrv_writegather()1631 while (wp && (wp->nd_off < nd->nd_off) && in nfsrv_writegather()1633 owp = wp; in nfsrv_writegather()[all …]