Searched refs:rmt (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_attr_remote.c | 74 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local 76 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok() 82 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok() 97 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local 105 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify() 107 if (be32_to_cpu(rmt->rm_offset) + in xfs_attr3_rmt_verify() 110 if (rmt->rm_owner == 0) in xfs_attr3_rmt_verify() 247 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set() local 254 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set() 256 rmt->rm_owner = cpu_to_be64(ino); in xfs_attr3_rmt_hdr_set() [all …]
|
/linux/drivers/net/fddi/skfp/ |
A D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
A D | smtinit.c | 109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
A D | queue.c | 82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
A D | rmt.c | 137 void rmt(struct s_smc *smc, int event) in rmt() function
|
/linux/kernel/time/ |
A D | alarmtimer.c | 771 struct timespec64 rmt; in alarmtimer_do_nsleep() local 778 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep() 780 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
|
A D | hrtimer.c | 2059 struct timespec64 rmt; in do_nanosleep() local 2063 rmt = ktime_to_timespec64(rem); in do_nanosleep() 2065 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
|
/linux/include/linux/ |
A D | igmp.h | 124 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt,
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | chip.c | 14233 rmt = kmalloc(sizeof(*rmt), GFP_KERNEL); in alloc_rsm_map_table() 14234 if (rmt) { in alloc_rsm_map_table() 14235 memset(rmt->map, rxcontext, sizeof(rmt->map)); in alloc_rsm_map_table() 14236 rmt->used = 0; in alloc_rsm_map_table() 14239 return rmt; in alloc_rsm_map_table() 14251 if (rmt) { in complete_rsm_map_table() 14366 if (!rmt) in init_qos() 14402 rrd.offset = rmt->used; in init_qos() 14646 if (!rmt) in init_rxe() 14650 init_qos(dd, rmt); in init_rxe() [all …]
|
/linux/tools/perf/Documentation/ |
A D | perf-c2c.txt | 112 Switch to HITM type (rmt, lcl) to display and sort on. Total HITMs as default. 228 cycles - rmt hitm, lcl hitm, load
|
/linux/drivers/net/fddi/skfp/h/ |
A D | cmtdef.h | 498 void rmt(struct s_smc *smc, int event);
|
Completed in 102 milliseconds