Home | History | Annotate | Download | only in linux

Lines Matching full:locks

561  *	the appropriate locks or have a private queue to do this.
582 * the appropriate locks or have a private queue to do this.
635 * Queue a buffer int the middle of a list. This function takes no locks
636 * and you must therefore hold required locks before calling it.
658 * Queue a buffer at the start of a list. This function takes no locks
659 * and you must therefore hold required locks before calling it.
675 * Queue a buffer at the end of a list. This function takes no locks
676 * and you must therefore hold required locks before calling it.
699 * Remove the head of the list. This function does not take any locks
700 * so must be used with appropriate locks held only. The head item is
770 * Remove the tail of the list. This function does not take any locks
771 * so must be used with appropriate locks held only. The tail item is
1079 * list lock and the caller must hold the relevant locks to use it.