Home
last modified time | relevance | path

Searched refs:rmt (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.c88 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local
90 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok()
92 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok()
94 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()
96 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok()
110 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local
112 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify()
114 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify()
116 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify()
118 if (be32_to_cpu(rmt->rm_bytes) > mp->m_attr_geo->blksize - sizeof(*rmt)) in xfs_attr3_rmt_verify()
[all …]
/linux/drivers/net/fddi/skfp/
H A DMakefile9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
H A Dsmtinit.c109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
H A Dqueue.c82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
H A Drmt.c137 void rmt(struct s_smc *smc, int event) in rmt() function
/linux/kernel/time/
H A Dalarmtimer.c723 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()
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt125 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display
273 cycles - rmt hitm, lcl hitm, load (Display with HITM types)
276 cycles - rmt peer, lcl peer, load (Display with peer type)
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c14221 struct rsm_map_table *rmt; in alloc_rsm_map_table() local
14224 rmt = kmalloc(sizeof(*rmt), GFP_KERNEL); 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 Dcmtdef.h498 void rmt(struct s_smc *smc, int event);