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

/linux-master/drivers/staging/greybus/
H A Dloopback.c112 static unsigned int kfifo_depth = GB_LOOPBACK_FIFO_DEFAULT; variable
113 module_param(kfifo_depth, uint, 0444);
244 if (kfifo_depth < gb->iteration_max) {
246 "cannot log bytes %u kfifo_depth %u\n",
247 gb->iteration_max, kfifo_depth);
1052 if (kfifo_alloc(&gb->kfifo_lat, kfifo_depth * sizeof(u32),

Completed in 199 milliseconds