Searched refs:bufq (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c92 work_queue_t bufq; member in struct:__anon1014
416 pthread_mutex_init(&sp->bufq.mtx, NULL);
417 pthread_cond_init(&sp->bufq.cnd, NULL);
418 TAILQ_INIT(&sp->bufq.queue);
419 sp->bufq.waiters = 0;
427 sp->input = &sp->bufq;
428 sp->output = &stage_info[(i + 1) % stages].bufq;
447 TAILQ_INSERT_TAIL(&stage_info[0].bufq.queue, &work_array[j], link);
H A Dsets.c91 work_queue_t bufq; member in struct:__anon1015
443 pthread_mutex_init(&sp->bufq.mtx, NULL);
444 pthread_cond_init(&sp->bufq.cnd, NULL);
445 TAILQ_INIT(&sp->bufq.queue);
446 sp->bufq.waiters = FALSE;
462 sp->input = &lp->stage[j]->bufq;
463 sp->output = &lp->stage[(j + 1) % stages]->bufq;
470 TAILQ_INSERT_TAIL(&lp->stage[0]->bufq.queue, &work_array[j], link);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c1931 struct bqueues *bufq; local
2087 bufq = &bufqueues[BQ_EMPTY];
2099 binsheadfree(bp, bufq, BQ_EMPTY);
2113 bufq = &bufqueues[whichq];
2121 binstailfree(bp, bufq, whichq);

Completed in 30 milliseconds