Searched refs:loop_end (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/sound/pci/emu10k1/ |
D | emu10k1_patch.c | 34 int loop_start, loop_end, loop_size, data_end, unroll; in snd_emu10k1_sample_new() local 70 loop_end = sp->v.loopend; in snd_emu10k1_sample_new() 71 loop_size = loop_end - loop_start; in snd_emu10k1_sample_new() 117 if (unroll && loop_end <= data_end) { in snd_emu10k1_sample_new() 118 size = loop_end << shift; in snd_emu10k1_sample_new()
|
/linux-6.12.1/arch/microblaze/lib/ |
D | modsi3.S | 54 beqi r29, loop_end 57 loop_end: label
|
D | divsi3.S | 54 beqi r29, loop_end 57 loop_end: label
|
D | udivsi3.S | 68 beqi r29, loop_end 71 loop_end: label
|
D | umodsi3.S | 70 beqi r29, loop_end 73 loop_end: label
|
/linux-6.12.1/include/net/ |
D | busy_poll.h | 48 bool (*loop_end)(void *, unsigned long), 52 bool (*loop_end)(void *, unsigned long),
|
/linux-6.12.1/io_uring/ |
D | napi.c | 143 bool (*loop_end)(void *, unsigned long) = NULL; in __io_napi_do_busy_loop() local 147 loop_end = io_napi_busy_loop_should_end; in __io_napi_do_busy_loop() 150 napi_busy_loop_rcu(e->napi_id, loop_end, loop_end_arg, in __io_napi_do_busy_loop()
|
/linux-6.12.1/sound/pci/ymfpci/ |
D | ymfpci.h | 177 __le32 loop_end; /* 32-bit offset */ member 207 __le32 loop_end; /* 32-bit offset */ member 214 __le32 loop_end; /* 32-bit offset */ member
|
D | ymfpci_main.c | 537 bank->loop_end = cpu_to_le32(ypcm->buffer_size); in snd_ymfpci_pcm_init_voice() 592 chip->bank_effect[3][0]->loop_end = in snd_ymfpci_ac3_init() 593 chip->bank_effect[3][1]->loop_end = cpu_to_le32(1024); in snd_ymfpci_ac3_init() 596 chip->bank_effect[4][0]->loop_end = in snd_ymfpci_ac3_init() 597 chip->bank_effect[4][1]->loop_end = cpu_to_le32(1024); in snd_ymfpci_ac3_init() 726 bank->loop_end = cpu_to_le32(ypcm->buffer_size << ypcm->shift); in snd_ymfpci_capture_prepare()
|
/linux-6.12.1/include/uapi/linux/ |
D | soundcard.h | 247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
|
/linux-6.12.1/net/core/ |
D | dev.c | 6401 bool (*loop_end)(void *, unsigned long), in __napi_busy_loop() 6404 unsigned long start_time = loop_end ? busy_loop_current_time() : 0; in __napi_busy_loop() 6459 if (!loop_end || loop_end(loop_end_arg, start_time)) in __napi_busy_loop() 6472 if (loop_end(loop_end_arg, start_time)) in __napi_busy_loop() 6485 bool (*loop_end)(void *, unsigned long), in napi_busy_loop_rcu() 6493 __napi_busy_loop(napi_id, loop_end, loop_end_arg, flags, budget); in napi_busy_loop_rcu() 6497 bool (*loop_end)(void *, unsigned long), in napi_busy_loop() 6503 __napi_busy_loop(napi_id, loop_end, loop_end_arg, flags, budget); in napi_busy_loop()
|
/linux-6.12.1/sound/synth/emux/ |
D | soundfont.c | 1013 smp->v.loopend = patch.loop_end; in load_guspatch()
|