Home
last modified time | relevance | path

Searched refs:usc (Results 1 – 8 of 8) sorted by relevance

/linux/arch/h8300/kernel/
A Dsignal.c73 restore_sigcontext(struct sigcontext *usc, int *pd0) in restore_sigcontext() argument
85 #define COPY(r) do { err |= get_user(regs->r, &usc->sc_##r); } while (0) in restore_sigcontext()
97 err |= __get_user(usp, &usc->sc_usp); in restore_sigcontext()
100 err |= __get_user(er0, &usc->sc_er0); in restore_sigcontext()
/linux/net/sched/
A Dsch_hfsc.c898 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc, in hfsc_change_usc() argument
901 sc2isc(usc, &cl->cl_usc); in hfsc_change_usc()
922 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local
947 usc = nla_data(tb[TCA_HFSC_USC]); in hfsc_change_class()
948 if (usc->m1 == 0 && usc->m2 == 0) in hfsc_change_class()
949 usc = NULL; in hfsc_change_class()
981 if (usc != NULL) in hfsc_change_class()
982 hfsc_change_usc(cl, usc, cur_time); in hfsc_change_class()
1048 if (usc != NULL) in hfsc_change_class()
1049 hfsc_change_usc(cl, usc, 0); in hfsc_change_class()
/linux/arch/x86/ia32/
A Dia32_signal.c60 struct sigcontext_32 __user *usc) in ia32_restore_sigcontext() argument
67 if (unlikely(copy_from_user(&sc, usc, sizeof(sc)))) in ia32_restore_sigcontext()
/linux/arch/x86/kernel/
A Dsignal.c85 struct sigcontext __user *usc, in restore_sigcontext() argument
93 if (copy_from_user(&sc, usc, CONTEXT_COPY_SIZE)) in restore_sigcontext()
/linux/arch/m68k/kernel/
A Dsignal.c676 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext() argument
687 if (copy_from_user(&context, usc, sizeof(context))) in restore_sigcontext()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pci-defs.h620 uint32_t usc:1; member
634 uint32_t usc:1;
/linux/net/ipv4/
A DKconfig253 (pimd-v1). Please see <http://netweb.usc.edu/pim/> for more
/linux/
A DCREDITS642 E: chihjenc@scf.usc.edu
3736 E: tsusheng@scf.usc.edu

Completed in 25 milliseconds