Home
last modified time | relevance | path

Searched refs:init_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/io_uring/
H A Dalloc_cache.c23 unsigned int init_bytes) in io_alloc_cache_init() argument
32 cache->init_clear = init_bytes; in io_alloc_cache_init()
H A Dalloc_cache.h15 unsigned int init_bytes);
/linux-6.15/sound/usb/line6/
H A Dpodhd.c186 u8 init_bytes[8]; in podhd_dev_start() local
203 init_bytes, 3, LINE6_TIMEOUT, GFP_KERNEL); in podhd_dev_start()
211 (init_bytes[0] << 16) | (init_bytes[1] << 8) | (init_bytes[2] << 0); in podhd_dev_start()
214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start()