Searched refs:rmt (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/fddi/skfp/ |
| H A D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
| H A D | smtinit.c | 109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
| H A D | queue.c | 82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
| H A D | rmt.c | 137 void rmt(struct s_smc *smc, int event) in rmt() function
|
| /linux/kernel/time/ |
| H A D | alarmtimer.c | 723 struct timespec64 rmt; in alarmtimer_do_nsleep() local 730 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep() 732 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
|
| H A D | hrtimer.c | 2139 struct timespec64 rmt; in do_nanosleep() local 2143 rmt = ktime_to_timespec64(rem); in do_nanosleep() 2145 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 125 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display 296 cycles - rmt hitm, lcl hitm, load (Display with HITM types) 299 cycles - rmt peer, lcl peer, load (Display with peer type)
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 14221 struct rsm_map_table *rmt; in alloc_rsm_map_table() local 14224 rmt = kmalloc_obj(*rmt); in alloc_rsm_map_table() 14225 if (rmt) { in alloc_rsm_map_table() 14226 memset(rmt->map, rxcontext, sizeof(rmt->map)); in alloc_rsm_map_table() 14227 rmt->used = 0; in alloc_rsm_map_table() 14230 return rmt; in alloc_rsm_map_table() 14238 struct rsm_map_table *rmt) in complete_rsm_map_table() argument 14242 if (rmt) { in complete_rsm_map_table() 14245 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]); in complete_rsm_map_table() 14350 static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) in init_qos() argument [all …]
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 498 void rmt(struct s_smc *smc, int event);
|