Home
last modified time | relevance | path

Searched refs:ret (Results 38076 - 38100 of 45665) sorted by relevance

1...<<1521152215231524152515261527152815291530>>...1827

/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S19 ret
/third_party/musl/src/math/x32/
H A Dfabsl.s6 ret
H A Dlrintf.s5 ret
H A Dsqrtl.s5 ret
H A Drintl.s6 ret
H A Dlrint.s5 ret
H A Dsqrtf.s4 ret
H A Dsqrt.s4 ret
H A Dllrintf.s5 ret
H A Dllrint.s5 ret
/third_party/musl/src/math/x86_64/
H A Dsqrtl.s5 ret
H A Drintl.s6 ret
H A Dfabsl.s6 ret
/third_party/musl/src/internal/i386/
H A Ddefsysinfo.s2 ret
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma.c283 enum dma_status ret; in hidma_tx_status() local
285 ret = dma_cookie_status(dmach, cookie, txstate); in hidma_tx_status()
286 if (ret == DMA_COMPLETE) { in hidma_tx_status()
291 return is_success ? ret : DMA_ERROR; in hidma_tx_status()
294 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status()
305 ret = DMA_PAUSED; in hidma_tx_status()
310 return ret; in hidma_tx_status()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c664 int ret; in arch_ptrace() local
670 ret = read_user(child, addr, datap); in arch_ptrace()
674 ret = write_user(child, addr, data); in arch_ptrace()
678 ret = ptrace_get_watch_regs(child, addrp); in arch_ptrace()
682 ret = ptrace_set_watch_regs(child, addrp); in arch_ptrace()
686 ret = ptrace_request(child, request, addr, data); in arch_ptrace()
690 return ret; in arch_ptrace()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Deeh_driver.c578 int ret; in eeh_pe_reset_and_recover() local
591 ret = eeh_pe_reset_full(pe, true); in eeh_pe_reset_and_recover()
592 if (ret) { in eeh_pe_reset_and_recover()
594 return ret; in eeh_pe_reset_and_recover()
598 ret = eeh_clear_pe_frozen_state(pe, true); in eeh_pe_reset_and_recover()
599 if (ret) { in eeh_pe_reset_and_recover()
601 return ret; in eeh_pe_reset_and_recover()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c1020 int ret; in hpet_late_init() local
1041 ret = cpuhp_setup_state(CPUHP_AP_X86_HPET_ONLINE, "x86/hpet:online", in hpet_late_init()
1043 if (ret) in hpet_late_init()
1044 return ret; in hpet_late_init()
1045 ret = cpuhp_setup_state(CPUHP_X86_HPET_DEAD, "x86/hpet:dead", NULL, in hpet_late_init()
1047 if (ret) in hpet_late_init()
1053 return ret; in hpet_late_init()
H A Dvm86_32.c816 int ret = 0; in get_and_reset_irq() local
825 ret = 1; in get_and_reset_irq()
829 return ret; in get_and_reset_irq()
835 int ret; in do_vm86_irq_handling() local
850 ret = request_irq(irq, &irq_handler, 0, VM86_IRQNAME, NULL); in do_vm86_irq_handling()
851 if (ret) return ret; in do_vm86_irq_handling()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcacheinfo.c416 int ret = 0; in amd_set_l3_disable_slot() local
419 ret = amd_get_l3_disable_slot(nb, slot); in amd_set_l3_disable_slot()
420 if (ret >= 0) in amd_set_l3_disable_slot()
1019 unsigned int idx, ret; in populate_cache_leaves() local
1025 ret = cpuid4_cache_lookup_regs(idx, &id4_regs); in populate_cache_leaves()
1026 if (ret) in populate_cache_leaves()
1027 return ret; in populate_cache_leaves()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c954 int ret; in lpc32xx_nand_remove() local
956 ret = mtd_device_unregister(nand_to_mtd(chip)); in lpc32xx_nand_remove()
957 WARN_ON(ret); in lpc32xx_nand_remove()
976 int ret; in lpc32xx_nand_resume() local
979 ret = clk_prepare_enable(host->clk); in lpc32xx_nand_resume()
980 if (ret) in lpc32xx_nand_resume()
981 return ret; in lpc32xx_nand_resume()
H A Dlpc32xx_mlc.c833 int ret; in lpc32xx_nand_remove() local
835 ret = mtd_device_unregister(nand_to_mtd(chip)); in lpc32xx_nand_remove()
836 WARN_ON(ret); in lpc32xx_nand_remove()
856 int ret; in lpc32xx_nand_resume() local
859 ret = clk_prepare_enable(host->clk); in lpc32xx_nand_resume()
860 if (ret) in lpc32xx_nand_resume()
861 return ret; in lpc32xx_nand_resume()
H A Dtango_nand.c177 int ret = 0; in tango_exec_op() local
184 ret = tango_exec_instr(chip, &op->instrs[i]); in tango_exec_op()
185 if (ret) in tango_exec_op()
189 return ret; in tango_exec_op()
638 int cs, ret; in tango_nand_remove() local
645 ret = mtd_device_unregister(nand_to_mtd(chip)); in tango_nand_remove()
646 WARN_ON(ret); in tango_nand_remove()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c143 bool ret = false; in atl1c_read_eeprom() local
149 return ret; /* address do not align */ in atl1c_read_eeprom()
171 ret = true; in atl1c_read_eeprom()
176 return ret; in atl1c_read_eeprom()
686 int ret = 0; in atl1c_phy_to_ps_link() local
713 ret = -1; in atl1c_phy_to_ps_link()
738 return ret; in atl1c_phy_to_ps_link()
/kernel/linux/linux-5.10/tools/virtio/
H A Dvringh_test.c452 void *ret; in main() local
565 ret = virtqueue_get_buf(vq, &i); in main()
566 if (ret != &err) in main()
567 errx(1, "virtqueue_get_buf: %p", ret); in main()
627 ret = virtqueue_get_buf(vq, &i); in main()
628 if (ret != &err) in main()
629 errx(1, "virtqueue_get_buf: %p", ret); in main()

Completed in 40 milliseconds

1...<<1521152215231524152515261527152815291530>>...1827