Searched refs:rmt (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
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() 78 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok() 80 if (size != be32_to_cpu(rmt->rm_bytes)) 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 99 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify() 101 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify() 103 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify() 105 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify() [all …]
|
/linux-6.1.9/drivers/net/fddi/skfp/ |
D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
D | smtinit.c | 109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
D | queue.c | 82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
D | rmt.c | 137 void rmt(struct s_smc *smc, int event) in rmt() function
|
/linux-6.1.9/include/linux/ |
D | igmp.h | 124 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt,
|
/linux-6.1.9/kernel/time/ |
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()
|
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-6.1.9/tools/perf/Documentation/ |
D | perf-c2c.txt | 114 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display 249 cycles - rmt hitm, lcl hitm, load (Display with HITM types) 252 cycles - rmt peer, lcl peer, load (Display with peer type)
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | chip.c | 14230 struct rsm_map_table *rmt; in alloc_rsm_map_table() local 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() 14247 struct rsm_map_table *rmt) in complete_rsm_map_table() argument 14251 if (rmt) { in complete_rsm_map_table() 14254 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]); in complete_rsm_map_table() 14359 static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) in init_qos() argument [all …]
|
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 498 void rmt(struct s_smc *smc, int event);
|