Searched refs:rmt (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_attr_remote.c | 56 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local 58 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok() 60 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok() 62 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok() 64 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok() 79 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local 83 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify() 85 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify() 87 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify() 89 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify() [all …]
|
| /Linux-v5.4/drivers/net/fddi/skfp/ |
| D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
| D | smtinit.c | 113 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
| D | queue.c | 86 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
| D | rmt.c | 141 void rmt(struct s_smc *smc, int event) in rmt() function
|
| /Linux-v5.4/include/linux/ |
| D | igmp.h | 127 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt,
|
| /Linux-v5.4/kernel/time/ |
| D | alarmtimer.c | 747 struct timespec64 rmt; in alarmtimer_do_nsleep() local 754 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep() 756 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
|
| D | hrtimer.c | 1886 struct timespec64 rmt; in do_nanosleep() local 1890 rmt = ktime_to_timespec64(rem); in do_nanosleep() 1892 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 14117 struct rsm_map_table *rmt; in alloc_rsm_map_table() local 14120 rmt = kmalloc(sizeof(*rmt), GFP_KERNEL); in alloc_rsm_map_table() 14121 if (rmt) { in alloc_rsm_map_table() 14122 memset(rmt->map, rxcontext, sizeof(rmt->map)); in alloc_rsm_map_table() 14123 rmt->used = 0; in alloc_rsm_map_table() 14126 return rmt; in alloc_rsm_map_table() 14134 struct rsm_map_table *rmt) in complete_rsm_map_table() argument 14138 if (rmt) { in complete_rsm_map_table() 14141 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]); in complete_rsm_map_table() 14240 static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) in init_qos() argument [all …]
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-c2c.txt | 112 Switch to HITM type (rmt, lcl) to display and sort on. Total HITMs as default. 215 cycles - rmt hitm, lcl hitm, load
|
| /Linux-v5.4/drivers/net/fddi/skfp/h/ |
| D | cmtdef.h | 498 void rmt(struct s_smc *smc, int event);
|