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

/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c92 work_queue_t bufq; member in struct:__anon1336
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:__anon1337
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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2518 struct bqueues *bufq; local
2713 bufq = &bufqueues[whichq];
2731 binstailfree(bp, bufq, whichq);

Completed in 89 milliseconds