Searched refs:tickets (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dspinlock.h73 while (lockval.tickets.next != lockval.tickets.owner) {
75 lockval.tickets.owner = READ_ONCE(lock->tickets.owner);
110 lock->tickets.owner++;
116 return lock.tickets.owner == lock.tickets.next;
126 struct __raw_tickets tickets = READ_ONCE(lock->tickets); local
127 return (tickets
[all...]
H A Dspinlock_types.h22 } tickets; member in union:__anon3::__anon4
/linux-master/fs/btrfs/
H A Dspace-info.c69 * the tail of space_info->tickets, kick async flush thread
82 * then the ->tickets list checking to see if the reservation can be
141 * out of a pre-tickets era where we could end up committing the transaction
242 INIT_LIST_HEAD(&space_info->tickets);
477 head = &space_info->tickets;
707 if (list_empty(&space_info->tickets) &&
887 * We have tickets queued, bail so we don't compete with the async
936 * space before tickets need to wait for things to finish. In the case
999 * We've exhausted our flushing, start failing tickets.
1005 * progress in satisfying tickets
[all...]
H A Dspace-info.h148 struct list_head tickets; member in struct:btrfs_space_info
152 * tickets

Completed in 123 milliseconds