Searched refs:dec_count (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-io.c | 128 static void dec_count(struct io *io, unsigned int region, blk_status_t error) in dec_count() function 154 dec_count(io, region, error); in endio() 323 dec_count(io, region, BLK_STS_NOTSUPP); in do_region() 416 dec_count(io, 0, 0); in dispatch_io()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-io.c | 133 static void dec_count(struct io *io, unsigned int region, blk_status_t error) in dec_count() function 159 dec_count(io, region, error); in endio() 331 dec_count(io, region, BLK_STS_NOTSUPP); in do_region() 411 dec_count(io, 0, 0); in dispatch_io()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 119 int dec_count = 0; in derlc() local 136 while (dec_count < 8 * 8) { in derlc() 149 for (i = 0; i < 64 - dec_count; i++) in derlc() 157 dec_count += length + 1; in derlc()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 120 int dec_count = 0; in derlc() local 137 while (dec_count < 8 * 8) { in derlc() 150 for (i = 0; i < 64 - dec_count; i++) in derlc() 158 dec_count += length + 1; in derlc()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 896 goto dec_count; in alloc_htab_elem() 902 goto dec_count; in alloc_htab_elem() 920 goto dec_count; in alloc_htab_elem() 939 dec_count: in alloc_htab_elem()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 1038 goto dec_count; in alloc_htab_elem() 1052 goto dec_count; in alloc_htab_elem() 1073 dec_count: in alloc_htab_elem()
|
Completed in 12 milliseconds