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.c248 INIT_LIST_HEAD(&space_info->tickets); in init_space_info()
594 head = &space_info->tickets; in btrfs_try_granting_tickets()
822 if (list_empty(&space_info->tickets) && in shrink_delalloc()
1135 while (!list_empty(&space_info->tickets) && in maybe_fail_all_tickets()
1137 ticket = list_first_entry(&space_info->tickets, in maybe_fail_all_tickets()
1191 if (list_empty(&space_info->tickets)) { in do_async_reclaim_metadata_space()
1416 if (list_empty(&space_info->tickets)) { in do_async_reclaim_data_space()
1427 if (list_empty(&space_info->tickets)) { in do_async_reclaim_data_space()
1444 if (list_empty(&space_info->tickets)) { in do_async_reclaim_data_space()
1797 pending_tickets = !list_empty(&space_info->tickets) || in reserve_bytes()
[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 DKconfig89 utilities to provide SPNEGO packaged (RFC 4178) Kerberos tickets