Lines Matching full:less
5 * Lock-less NULL terminated single linked list
66 * init_llist_head - initialize lock-less list head
67 * @head: the head for your lock-less list
101 * llist_for_each - iterate over some deleted entries of a lock-less list
105 * In general, some entries of the lock-less list can be traversed
109 * If being used on entries deleted from lock-less list directly, the
118 * llist_for_each_safe - iterate over some deleted entries of a lock-less list
124 * In general, some entries of the lock-less list can be traversed
128 * If being used on entries deleted from lock-less list directly, the
137 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
142 * In general, some entries of the lock-less list can be traversed
146 * If being used on entries deleted from lock-less list directly, the
157 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type
164 * In general, some entries of the lock-less list can be traversed
168 * If being used on entries deleted from lock-less list directly, the
180 * llist_empty - tests whether a lock-less list is empty
203 * @head: the head for your lock-less list
213 * llist_del_all - delete all entries from lock-less list
214 * @head: the head of lock-less list to delete all entries