Lines Matching full:less
4 * Lock-less NULL terminated single linked list
74 * init_llist_head - initialize lock-less list head
75 * @head: the head for your lock-less list
92 * llist_for_each - iterate over some deleted entries of a lock-less list
96 * In general, some entries of the lock-less list can be traversed
100 * If being used on entries deleted from lock-less list directly, the
109 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
114 * In general, some entries of the lock-less list can be traversed
118 * If being used on entries deleted from lock-less list directly, the
129 * llist_empty - tests whether a lock-less list is empty
149 * @head: the head for your lock-less list
170 * llist_del_all - delete all entries from lock-less list
171 * @head: the head of lock-less list to delete all entries