/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_nl.c | 777 return retcode; in drbd_adm_set_role() 1513 return retcode; in drbd_adm_disk_opts() 1740 return retcode; in drbd_adm_attach() 2165 return retcode; in drbd_adm_detach() 2367 return retcode; in drbd_adm_net_opts() 2514 return retcode; in drbd_adm_connect() 2722 return retcode; in drbd_adm_disconnect() 2781 return retcode; in drbd_adm_resize() 2911 return retcode; in drbd_adm_resource_opts() 2948 return retcode; in drbd_adm_invalidate() [all …]
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | signal_32.c | 66 u16 retcode[8]; member 73 u16 retcode[8]; member 296 err |= __put_user(MOVW(7), &frame->retcode[0]); in setup_frame() 298 err |= __put_user(OR_R0_R0, &frame->retcode[2]); in setup_frame() 299 err |= __put_user(OR_R0_R0, &frame->retcode[3]); in setup_frame() 300 err |= __put_user(OR_R0_R0, &frame->retcode[4]); in setup_frame() 301 err |= __put_user(OR_R0_R0, &frame->retcode[5]); in setup_frame() 302 err |= __put_user(OR_R0_R0, &frame->retcode[6]); in setup_frame() 304 regs->pr = (unsigned long) frame->retcode; in setup_frame() 366 err |= __put_user(MOVW(7), &frame->retcode[0]); in setup_rt_frame() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_ioctl.c | 392 retcode = -EINVAL; in drm_setversion() 404 if (retcode) in drm_setversion() 413 retcode = -EINVAL; in drm_setversion() 425 return retcode; in drm_setversion() 776 int retcode; in drm_ioctl_kernel() local 783 return retcode; in drm_ioctl_kernel() 794 return retcode; in drm_ioctl_kernel() 869 retcode = -EINVAL; in drm_ioctl() 884 retcode = -EFAULT; in drm_ioctl() 905 if (retcode) in drm_ioctl() [all …]
|
A D | drm_agpsupport.c | 305 int retcode; in drm_legacy_agp_bind() local 314 retcode = agp_bind_memory(entry->memory, page); in drm_legacy_agp_bind() 315 if (retcode) in drm_legacy_agp_bind() 316 return retcode; in drm_legacy_agp_bind()
|
A D | drm_file.c | 409 int retcode; in drm_open() local 426 retcode = drm_open_helper(filp, minor); in drm_open() 427 if (retcode) in drm_open() 430 retcode = drm_legacy_setup(dev); in drm_open() 431 if (retcode) { in drm_open() 447 return retcode; in drm_open()
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | torture.sh | 274 retcode=$? 279 echo retcode=$retcode | tee -a $T/log 283 if test "$retcode" == 0 287 echo "$curflavor($retcode)" $resdir >> $T/failures 335 retcode=$? 337 if test "$retcode" -eq 0 342 retcode=$? 345 if test "$retcode" -eq 0 349 retcode="$?" 350 echo $retcode > "$amcdir/Make.exitcode" [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_xdp_do_redirect.c | 13 volatile int retcode = XDP_REDIRECT; variable 23 int ret = retcode; in xdp_redirect() 45 if (retcode > XDP_PASS) in xdp_redirect() 46 retcode--; in xdp_redirect()
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | signal.c | 34 unsigned char retcode[16]; /* trampoline code */ member 177 return_ip = (unsigned long)&frame->retcode; in setup_rt_frame() 182 err |= __put_user(0xa960, (short __user *)(frame->retcode + 0)); in setup_rt_frame() 183 err |= __put_user(__NR_rt_sigreturn, (short __user *)(frame->retcode + 2)); in setup_rt_frame() 184 err |= __put_user(0x20000001, (unsigned long __user *)(frame->retcode + 4)); in setup_rt_frame() 185 err |= __put_user(0x15000000, (unsigned long __user *)(frame->retcode + 8)); in setup_rt_frame()
|
/linux-6.3-rc2/arch/sparc/math-emu/ |
A D | math_32.c | 165 int retcode = 0; /* assume all succeed */ in do_mathemu() local 183 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu() 184 if (retcode) { in do_mathemu() 190 return retcode; in do_mathemu() 195 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu() 196 if (!retcode) /* insn failed, no point doing any more */ in do_mathemu() 200 if (retcode) in do_mathemu() 206 return retcode; in do_mathemu()
|
/linux-6.3-rc2/arch/x86/um/ |
A D | signal.c | 346 char retcode[8]; member 358 char retcode[8]; member 374 restorer = frame->retcode; in setup_signal_stack_sc() 392 err |= __put_user(0xb858, (short __user *)(frame->retcode+0)); in setup_signal_stack_sc() 393 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2)); in setup_signal_stack_sc() 394 err |= __put_user(0x80cd, (short __user *)(frame->retcode+6)); in setup_signal_stack_sc() 419 restorer = frame->retcode; in setup_signal_stack_si() 438 err |= __put_user(0xb8, (char __user *)(frame->retcode+0)); in setup_signal_stack_si() 439 err |= __put_user(__NR_rt_sigreturn, (int __user *)(frame->retcode+1)); in setup_signal_stack_si() 440 err |= __put_user(0x80cd, (short __user *)(frame->retcode+5)); in setup_signal_stack_si()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | signal.c | 128 unsigned int retcode[3]; member 135 unsigned int retcode[3]; member 347 err |= __put_user(INSN_MOV_R30_R16, frame->retcode+0); in setup_frame() 348 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame() 349 err |= __put_user(INSN_CALLSYS, frame->retcode+2); in setup_frame() 351 r26 = (unsigned long) frame->retcode; in setup_frame() 401 err |= __put_user(INSN_MOV_R30_R16, frame->retcode+0); in setup_rt_frame() 403 frame->retcode+1); in setup_rt_frame() 404 err |= __put_user(INSN_CALLSYS, frame->retcode+2); in setup_rt_frame() 406 r26 = (unsigned long) frame->retcode; in setup_rt_frame()
|
/linux-6.3-rc2/scripts/kconfig/tests/ |
A D | conftest.py | 86 self.retcode = ps.returncode 93 if self.retcode == 0 and out_file: 106 print("[retcode]\n{}\n".format(self.retcode)) 118 return self.retcode
|
/linux-6.3-rc2/tools/testing/selftests/cgroup/ |
A D | test_cpu.c | 273 int retcode; in run_cpucg_weight_test() local 275 waitpid(children[i].pid, &retcode, 0); in run_cpucg_weight_test() 276 if (!WIFEXITED(retcode)) in run_cpucg_weight_test() 278 if (WEXITSTATUS(retcode)) in run_cpucg_weight_test() 483 int retcode; in run_cpucg_nested_weight_test() local 485 waitpid(leaf[i].pid, &retcode, 0); in run_cpucg_nested_weight_test() 486 if (!WIFEXITED(retcode)) in run_cpucg_nested_weight_test() 488 if (WEXITSTATUS(retcode)) in run_cpucg_nested_weight_test()
|
A D | cgroup_util.c | 325 int pid, retcode; in cg_run() local 338 waitpid(pid, &retcode, 0); in cg_run() 339 if (WIFEXITED(retcode)) in cg_run() 340 return WEXITSTATUS(retcode); in cg_run()
|
/linux-6.3-rc2/tools/time/ |
A D | udelay_test.sh | 56 retcode=1 59 exit $retcode
|
/linux-6.3-rc2/drivers/accel/ |
A D | drm_accel.c | 231 int retcode; in accel_open() local 244 retcode = drm_open_helper(filp, minor); in accel_open() 245 if (retcode) in accel_open() 253 return retcode; in accel_open()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | sigframe.h | 37 char retcode[8]; member 52 char retcode[8]; member
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | signal.c | 325 unsigned long retcode; in setup_return() local 376 retcode = (unsigned long)ksig->ka.sa.sa_restorer; in setup_return() 391 __put_user(retcode, rc+3)) in setup_return() 418 retcode = mm->context.sigpage + signal_return_offset + in setup_return() 430 retcode = ((unsigned long)rc) + thumb; in setup_return() 436 regs->ARM_lr = retcode; in setup_return() 461 err = setup_return(regs, ksig, frame->retcode, frame); in setup_frame() 483 err = setup_return(regs, ksig, frame->sig.retcode, frame); in setup_rt_frame()
|
A D | signal.h | 5 unsigned long retcode[4]; member
|
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/ |
A D | qca_uart.c | 83 s32 retcode; in qca_tty_receive() local 85 retcode = qcafrm_fsm_decode(&qca->frm_handle, in qca_tty_receive() 90 switch (retcode) { in qca_tty_receive() 106 n_stats->rx_bytes += retcode; in qca_tty_receive() 107 skb_put(qca->rx_skb, retcode); in qca_tty_receive()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | signal.c | 230 char retcode[8]; member 241 char retcode[8]; member 902 err |= __put_user(frame->retcode, &frame->pretcode); in setup_frame() 905 (long __user *)(frame->retcode)); in setup_frame() 914 push_cache ((unsigned long) &frame->retcode); in setup_frame() 974 err |= __put_user(frame->retcode, &frame->pretcode); in setup_rt_frame() 977 err |= __put_user(0x203c0000, (long __user *)(frame->retcode + 0)); in setup_rt_frame() 979 (long __user *)(frame->retcode + 4)); in setup_rt_frame() 983 (long __user *)(frame->retcode + 0)); in setup_rt_frame() 984 err |= __put_user(0x4e40, (short __user *)(frame->retcode + 4)); in setup_rt_frame() [all …]
|
/linux-6.3-rc2/drivers/usb/class/ |
A D | usbtmc.c | 2363 int retcode; in usbtmc_probe() local 2396 if (retcode) { in usbtmc_probe() 2413 if (!retcode) { in usbtmc_probe() 2423 if (retcode) in usbtmc_probe() 2453 if (retcode) { in usbtmc_probe() 2460 if (retcode) { in usbtmc_probe() 2463 retcode); in usbtmc_probe() 2474 return retcode; in usbtmc_probe() 2538 int retcode = 0; in usbtmc_resume() local 2542 if (retcode) in usbtmc_resume() [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | signal32.c | 319 compat_ulong_t retcode; in compat_setup_return() local 338 retcode = ptr_to_compat(ka->sa.sa_restorer); in compat_setup_return() 346 retcode = (unsigned long)current->mm->context.sigpage + in compat_setup_return() 352 regs->compat_lr = retcode; in compat_setup_return() 424 compat_setup_return(regs, &ksig->ka, frame->sig.retcode, frame, usig); in compat_setup_rt_frame() 447 compat_setup_return(regs, &ksig->ka, frame->retcode, frame, usig); in compat_setup_frame()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | signal.c | 44 unsigned char retcode[6]; member 381 err |= gen_return_code(frame->retcode); in setup_frame() 386 ra = (unsigned long) frame->retcode; in setup_frame()
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | habanalabs_ioctl.c | 1105 int retcode; in _hl_ioctl() local 1112 retcode = -ENOTTY; in _hl_ioctl() 1129 retcode = -ENOMEM; in _hl_ioctl() 1137 retcode = -EFAULT; in _hl_ioctl() 1142 retcode = func(hpriv, kdata); in _hl_ioctl() 1145 retcode = -EFAULT; in _hl_ioctl() 1148 if (retcode) in _hl_ioctl() 1155 return retcode; in _hl_ioctl()
|