Searched refs:rmt (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/skfp/ |
D | Makefile | 8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
D | smtinit.c | 117 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
D | queue.c | 90 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
D | rmt.c | 147 void rmt(struct s_smc *smc, int event) in rmt() function
|
/linux-2.6.39/kernel/ |
D | compat.c | 165 struct timespec rmt; in compat_nanosleep_restart() local 169 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart() 178 if (rmtp && put_compat_timespec(&rmt, rmtp)) in compat_nanosleep_restart() 188 struct timespec tu, rmt; in compat_sys_nanosleep() local 201 rmtp ? (struct timespec __user *)&rmt : NULL, in compat_sys_nanosleep() 212 if (rmtp && put_compat_timespec(&rmt, rmtp)) in compat_sys_nanosleep()
|
D | hrtimer.c | 1508 struct timespec rmt; in update_rmtp() local 1514 rmt = ktime_to_timespec(rem); in update_rmtp() 1516 if (copy_to_user(rmtp, &rmt, sizeof(*rmtp))) in update_rmtp()
|
/linux-2.6.39/include/linux/ |
D | igmp.h | 232 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, int dif);
|
/linux-2.6.39/drivers/net/skfp/h/ |
D | cmtdef.h | 497 void rmt(struct s_smc *smc, int event);
|