Searched refs:job2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | asynctest.c | 125 ASYNC_JOB *job1 = NULL, *job2 = NULL, *job3 = NULL; in test_ASYNC_init_thread() local 133 || ASYNC_start_job(&job2, waitctx, &funcret2, only_pause, NULL, 0) in test_ASYNC_init_thread() 141 || ASYNC_start_job(&job2, waitctx, &funcret2, only_pause, NULL, 0) in test_ASYNC_init_thread()
|
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 1762 struct kaiocb *job2; in aio_queue_file() local 1792 TAILQ_FOREACH(job2, &ki->kaio_jobqueue, plist) { in aio_queue_file() 1793 if (job2->fd_file == job->fd_file && in aio_queue_file() 1794 ((job2->uaiocb.aio_lio_opcode & LIO_SYNC) == 0) && in aio_queue_file() 1795 job2->seqno < job->seqno) { in aio_queue_file() 1796 job2->jobflags |= KAIOCB_CHECKSYNC; in aio_queue_file()
|