Home
last modified time | relevance | path

Searched refs:restart_syscall (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/arch/parisc/kernel/
H A Dsignal.c514 rp = VDSO64_SYMBOL(current, restart_syscall); in insert_restart_trampoline()
519 rp = VDSO32_SYMBOL(current, restart_syscall); in insert_restart_trampoline()
551 int restart_syscall; in do_signal() local
556 restart_syscall = 0; in do_signal()
558 restart_syscall = 1; in do_signal()
562 if (restart_syscall) in do_signal()
572 if (restart_syscall) in do_signal()
/openbmc/linux/drivers/thunderbolt/
H A Dretimer.c44 ret = restart_syscall(); in nvm_read()
65 return restart_syscall(); in nvm_write()
176 return restart_syscall(); in nvm_authenticate_show()
249 ret = restart_syscall(); in nvm_authenticate_store()
313 return restart_syscall(); in nvm_version_show()
H A Dswitch.c313 ret = restart_syscall(); in nvm_read()
334 return restart_syscall(); in nvm_write()
1737 return restart_syscall(); in tb_switch_set_authorized()
1850 return restart_syscall(); in key_show()
1875 return restart_syscall(); in key_store()
1981 ret = restart_syscall(); in nvm_authenticate_sysfs()
2071 return restart_syscall(); in nvm_version_show()
/openbmc/linux/arch/sparc/kernel/
H A Dsignal_32.c458 int restart_syscall; in do_signal() local
488 restart_syscall = 0; in do_signal()
490 restart_syscall = 1; in do_signal()
495 if (restart_syscall) in do_signal()
499 if (restart_syscall) { in do_signal()
H A Dsignal_64.c479 int restart_syscall; in do_signal() local
513 restart_syscall = 0; in do_signal()
516 restart_syscall = 1; in do_signal()
521 if (restart_syscall) in do_signal()
525 if (restart_syscall) { in do_signal()
H A Dsignal32.c666 int restart_syscall = 0; in do_signal32() local
671 restart_syscall = 1; in do_signal32()
676 if (restart_syscall) in do_signal32()
680 if (restart_syscall) { in do_signal32()
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso_user_wrapper.S20 vdso_syscall restart_syscall,__NR_restart_syscall
/openbmc/linux/net/core/
H A Dnet-sysfs.c97 return restart_syscall(); in netdev_store()
217 return restart_syscall(); in speed_show()
243 return restart_syscall(); in duplex_show()
440 return restart_syscall(); in ifalias_store()
509 return restart_syscall(); in phys_port_id_show()
538 return restart_syscall(); in phys_port_name_show()
568 return restart_syscall(); in phys_switch_id_show()
590 return restart_syscall(); in threaded_show()
1263 return restart_syscall(); in traffic_class_show()
1317 return restart_syscall(); in tx_maxrate_store()
[all …]
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c178 return restart_syscall(); in ipoib_vlan_add()
260 return restart_syscall(); in ipoib_vlan_delete()
/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S57 vdso_syscall restart_syscall,__NR_restart_syscall
/openbmc/linux/arch/parisc/kernel/vdso64/
H A DMakefile3 obj-vdso64 = note.o sigtramp.o restart_syscall.o
/openbmc/linux/arch/parisc/kernel/vdso32/
H A DMakefile3 obj-vdso32 = note.o sigtramp.o restart_syscall.o
/openbmc/linux/arch/s390/kernel/
H A Dsignal.c513 regs->psw.addr = VDSO32_SYMBOL(current, restart_syscall); in arch_do_signal_or_restart()
515 regs->psw.addr = VDSO64_SYMBOL(current, restart_syscall); in arch_do_signal_or_restart()
/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c362 return restart_syscall(); in raw_ip_store()
424 return restart_syscall(); in add_mux_store()
459 return restart_syscall(); in del_mux_store()
1573 restart_syscall(); in qmi_wwan_disconnect()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc254 [ 253] = 0, /* restart_syscall */
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c174 return restart_syscall(); in bonding_show_slaves()
630 return restart_syscall(); in bonding_show_queue_id()
/openbmc/linux/net/bridge/
H A Dbr_sysfs_if.c327 return restart_syscall(); in brport_store()
H A Dbr_sysfs_br.c49 return restart_syscall(); in store_bridge_parm()
327 return restart_syscall(); in group_addr_store()
/openbmc/linux/include/linux/sched/
H A Dsignal.h381 static inline int restart_syscall(void) in restart_syscall() function
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl225 214 n32 restart_syscall sys_restart_syscall
H A Dsyscall_n64.tbl224 213 n64 restart_syscall sys_restart_syscall
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl224 213 n64 restart_syscall sys_restart_syscall
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl224 213 n64 restart_syscall sys_restart_syscall
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl234 222 common restart_syscall sys_restart_syscall
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl230 219 common restart_syscall sys_restart_syscall

123