Searched refs:waiter (Results 51 - 56 of 56) sorted by relevance

123

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c1323 struct bulk_waiter *waiter; local
1326 waiter = bulk->userdata;
1327 if (waiter) {
1328 waiter->actual = bulk->actual;
1329 complete(&waiter->event);
/linux-master/include/linux/
H A Dpagemap.h1177 * Add an arbitrary waiter to a page's wait queue
1179 void folio_add_wait_queue(struct folio *folio, wait_queue_entry_t *waiter);
/linux-master/fs/nfs/
H A Dnfs4proc.c7477 struct nfs4_lock_waiter *waiter = local
7484 *wowner = &waiter->owner;
7491 if (nfs_compare_fh(NFS_FH(waiter->inode), &cbnl->cbnl_fh))
7505 struct nfs4_lock_waiter waiter = { local
7517 init_wait(&waiter.wait);
7518 waiter.wait.func = nfs4_wake_lock_waiter;
7519 add_wait_queue(q, &waiter.wait);
7527 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE,
7531 remove_wait_queue(q, &waiter.wait);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1094 container_of(p->waiter, typeof(*w), sched);
1103 /* No waiter should start before its signaler */
2074 container_of(p->waiter, typeof(*w), sched);
2175 container_of(p->waiter, typeof(*w), sched);
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c109 * eldest discard waiter, and that waiter is moved to the end of the list of discard bios waiting
146 /* The function for assigning a resource to a waiter */
150 /* The arrival time of the eldest waiter */
468 vdo_waitq_enqueue_waiter(&lock_holder->logical.waiters, &data_vio->waiter);
1190 /** transfer_lock() - Transfer a contended LBN lock to the eldest waiter. */
/linux-master/mm/
H A Dfilemap.c1073 * The waiter is waiting to get the lock, and only one waiter should
1081 * The waiter is waiting to get the bit, and additionally wants the
1084 * the waiter.
1087 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1116 * We are holding the wait-queue lock, but the waiter that
1120 * So update the flags atomically, and wake up the waiter
1132 * waiter, and has to be the absolute last thing we do.
1201 /* How many times do we accept lock stealing from under a waiter? */
1310 * waiter fro
1457 folio_add_wait_queue(struct folio *folio, wait_queue_entry_t *waiter) argument
[all...]

Completed in 176 milliseconds

123