Home
last modified time | relevance | path

Searched refs:tickets (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/include/asm/
H A Dspinlock.h73 while (lockval.tickets.next != lockval.tickets.owner) { in arch_spin_lock()
75 lockval.tickets.owner = READ_ONCE(lock->tickets.owner); in arch_spin_lock()
110 lock->tickets.owner++; in arch_spin_unlock()
116 return lock.tickets.owner == lock.tickets.next; in arch_spin_value_unlocked()
126 struct __raw_tickets tickets = READ_ONCE(lock->tickets); in arch_spin_is_contended() local
127 return (tickets.next - tickets.owner) > 1; in arch_spin_is_contended()
H A Dspinlock_types.h22 } tickets; member
/linux/fs/btrfs/
H A Dspace-info.c73 * the tail of space_info->tickets, kick async flush thread
86 * then the ->tickets list checking to see if the reservation can be
162 * out of a pre-tickets era where we could end up committing the transaction
259 INIT_LIST_HEAD(&space_info->tickets); in create_space_info_sub_group()
620 head = &space_info->tickets;
832 if (list_empty(&space_info->tickets) && in shrink_delalloc()
996 * We have tickets queued, bail so we don't compete with the async in need_preemptive_reclaim()
1065 * space before tickets need to wait for things to finish. In the case in need_preemptive_reclaim()
1129 * We've exhausted our flushing, start failing tickets. in maybe_fail_all_tickets()
1134 * progress in satisfying tickets in maybe_fail_all_tickets()
[all...]
/linux/drivers/of/unittest-data/
H A Doverlay_common.dtsi85 compatible = "ot,tickets";
/linux/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst59 the Kerberos tickets, that needs to be sent through the GSS layer in
/linux/Documentation/filesystems/
H A Dafs.rst26 (*) Security (currently only AFS kaserver and KerberosIV tickets).
/linux/fs/smb/client/
H A DKconfig88 utilities to provide SPNEGO packaged (RFC 4178) Kerberos tickets