| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_aer.c | 133 int ret = 0; in adf_dev_aer_schedule_reset() local 141 ret = -EFAULT; in adf_dev_aer_schedule_reset() 144 return ret; in adf_dev_aer_schedule_reset()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cmpxchg.h | 233 unsigned long long tmp, ret; in __cmpxchg64() local 288 : "=&r"(ret), in __cmpxchg64() 297 return ret; in __cmpxchg64()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernow-k6.c | 245 unsigned int ret; in powernow_k6_get() local 246 ret = (busfreq * powernow_k6_get_cpu_multiplier()); in powernow_k6_get() 247 return ret; in powernow_k6_get()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_tunnel.h | 112 int ret = -EINVAL; in ip6_tnl_encap() local 123 ret = ops->build_header(skb, &t->encap, protocol, fl6); in ip6_tnl_encap() 126 return ret; in ip6_tnl_encap()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | gef_wdt.c | 80 int ret = 0; in gef_wdt_toggle_wdc() local 94 ret = 1; in gef_wdt_toggle_wdc() 98 return ret; in gef_wdt_toggle_wdc()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-spear/ |
| H A D | time.c | 210 int irq, ret; in spear_setup_of_timer() local 236 ret = clk_prepare_enable(gpt_clk); in spear_setup_of_timer() 237 if (ret < 0) { in spear_setup_of_timer()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | ofpart.c | 33 int nr_parts, i, ret = 0; in parse_fixed_partitions() local 135 ret = -EINVAL; in parse_fixed_partitions() 139 return ret; in parse_fixed_partitions()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | prservice.py | 65 ret = conn.importone(version,pkgarch,checksum,value) 66 if ret != value: 67 …importing(%s,%s,%s,%d) failed. DB may have larger value %d" % (version,pkgarch,checksum,value,ret))
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | plat_nand.c | 132 int ret; in plat_nand_remove() local 134 ret = mtd_device_unregister(nand_to_mtd(chip)); in plat_nand_remove() 135 WARN_ON(ret); in plat_nand_remove()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | chain_mode.c | 88 unsigned int ret = 0; in is_jumbo_frm() local 92 ret = 1; in is_jumbo_frm() 95 return ret; in is_jumbo_frm()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | percpu-rwsem.c | 109 bool ret; in __percpu_rwsem_trylock() local 112 ret = __percpu_down_read_trylock(sem); in __percpu_rwsem_trylock() 115 return ret; in __percpu_rwsem_trylock()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | io-workarounds.c | 112 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 113 static ret iowa_##name at \ 141 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
|
| H A D | stacktrace.c | 210 int ret; in save_stack_trace_tsk_reliable() local 219 ret = __save_stack_trace_tsk_reliable(tsk, trace); in save_stack_trace_tsk_reliable() 223 return ret; in save_stack_trace_tsk_reliable()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/annotate/ |
| H A D | instructions.c | 143 int ret; in s390__cpuid_parse() local 149 ret = sscanf(cpuid, "%*[^,],%u,%[^,],%[^,],%[^,],%s", &family, model_c, in s390__cpuid_parse() 151 if (ret >= 2) { in s390__cpuid_parse()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ulist.c | 194 int ret; in ulist_add_merge() local 210 ret = ulist_rbtree_insert(ulist, node); in ulist_add_merge() 211 ASSERT(!ret); in ulist_add_merge()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | pageattr.c | 41 int ret; in __change_memory_common() local 46 ret = apply_to_page_range(&init_mm, start, size, change_page_range, in __change_memory_common() 50 return ret; in __change_memory_common()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n.h | 148 u8 ret = false; in mwifiex_find_stream_to_delete() local 159 ret = true; in mwifiex_find_stream_to_delete() 164 return ret; in mwifiex_find_stream_to_delete()
|
| /OK3568_Linux_fs/u-boot/board/ti/evm/ |
| H A D | evm.c | 274 int ret; in reset_net_chip() local 283 ret = gpio_request(rst_gpio, ""); in reset_net_chip() 284 if (ret < 0) { in reset_net_chip()
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/ |
| H A D | core.c | 77 enum probes_insn ret; in arch_uprobe_analyze_insn() local 87 ret = arm_probes_decode_insn(insn, &auprobe->asi, false, in arch_uprobe_analyze_insn() 89 switch (ret) { in arch_uprobe_analyze_insn()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nft_conntrack_helper.sh | 9 ret=0 106 ret=1 181 exit $ret
|
| /OK3568_Linux_fs/kernel/arch/arm64/xen/ |
| H A D | hypercall.S | 62 ret; \ 111 ret
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | setjmp_aarch64.S | 23 ret 42 ret
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/test/ |
| H A D | rc_base_test.c | 26 MPP_RET ret = MPP_OK; in main() local 67 return ret; in main()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | pid.c | 57 int ret = 0; in init_thermal_controller() local 68 return ret; in init_thermal_controller()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | probe_read_user_str.c | 26 if (CHECK(skel->bss->ret < 0, "prog_ret", "prog returned: %ld\n", in test_one_str() 27 skel->bss->ret)) in test_one_str()
|