Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/parisc/
H A Dccio-dma.c236 #define CCIO_SEARCH_SAMPLE 0x100 macro
237 unsigned long avg_search[CCIO_SEARCH_SAMPLE];
407 ioc->avg_idx &= CCIO_SEARCH_SAMPLE - 1; in ccio_alloc_range()
1064 for(j = 0; j < CCIO_SEARCH_SAMPLE; ++j) { in ccio_proc_info()
1071 avg /= CCIO_SEARCH_SAMPLE; in ccio_proc_info()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dccio-dma.c225 #define CCIO_SEARCH_SAMPLE 0x100 macro
226 unsigned long avg_search[CCIO_SEARCH_SAMPLE];
397 ioc->avg_idx &= CCIO_SEARCH_SAMPLE - 1; in ccio_alloc_range()
1060 for(j = 0; j < CCIO_SEARCH_SAMPLE; ++j) { in ccio_proc_info()
1067 avg /= CCIO_SEARCH_SAMPLE; in ccio_proc_info()

Completed in 5 milliseconds