Searched refs:kfifo_in_spinlocked (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h770 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
775 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkfifo.h35 * - Replace the use of kfifo_put into kfifo_in_spinlocked and kfifo_get
38 * must be passed now to the kfifo_in_spinlocked and kfifo_out_spinlocked
516 * kfifo_in_spinlocked - put data into the fifo using a spinlock for locking
525 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ macro
535 /* alias for kfifo_in_spinlocked, will be removed in a future release */
537 kfifo_in_spinlocked(fifo, buf, n, lock)

Completed in 115 milliseconds