Lines Matching +defs:val +defs:n
168 __kfifo_uint_must_check_helper(unsigned int val) in __kfifo_uint_must_check_helper()
174 __kfifo_int_must_check_helper(int val) in __kfifo_int_must_check_helper()
416 #define kfifo_put(fifo, val) \ argument
453 #define kfifo_get(fifo, val) \ argument
492 #define kfifo_peek(fifo, val) \ argument
530 #define kfifo_in(fifo, buf, n) \ argument
552 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument
573 #define kfifo_in_spinlocked_noirqsave(fifo, buf, n, lock) \ argument
583 #define kfifo_in_locked(fifo, buf, n, lock) \ argument
598 #define kfifo_out(fifo, buf, n) \ argument
622 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument
645 #define kfifo_out_spinlocked_noirqsave(fifo, buf, n, lock) \ argument
657 #define kfifo_out_locked(fifo, buf, n, lock) \ argument
831 #define kfifo_out_peek(fifo, buf, n) \ argument
861 #define kfifo_out_linear(fifo, tail, n) \ argument
890 #define kfifo_out_linear_ptr(fifo, ptr, n) \ argument