Lines Matching full:less
5 * Lock-less NULL terminated single linked list
68 * init_llist_head - initialize lock-less list head
69 * @head: the head for your lock-less list
103 * llist_for_each - iterate over some deleted entries of a lock-less list
107 * In general, some entries of the lock-less list can be traversed
111 * If being used on entries deleted from lock-less list directly, the
120 * llist_for_each_safe - iterate over some deleted entries of a lock-less list
126 * In general, some entries of the lock-less list can be traversed
130 * If being used on entries deleted from lock-less list directly, the
139 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
144 * In general, some entries of the lock-less list can be traversed
148 * If being used on entries deleted from lock-less list directly, the
159 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type
166 * In general, some entries of the lock-less list can be traversed
170 * If being used on entries deleted from lock-less list directly, the
182 * llist_empty - tests whether a lock-less list is empty
215 * @head: the head for your lock-less list
230 * llist_del_all - delete all entries from lock-less list
231 * @head: the head of lock-less list to delete all entries