Home
last modified time | relevance | path

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

/linux-6.15/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()
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
118 if (be32_to_cpu(rmt->rm_bytes) > mp->m_attr_geo->blksize - sizeof(*rmt)) in xfs_attr3_rmt_verify()
120 if (be32_to_cpu(rmt->rm_offset) + in xfs_attr3_rmt_verify()
123 if (rmt->rm_owner == 0) in xfs_attr3_rmt_verify()
260 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set() local
267 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
269 rmt->rm_owner = cpu_to_be64(ino); in xfs_attr3_rmt_hdr_set()
[all …]
/linux-6.15/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-6.15/kernel/time/
H A Dalarmtimer.c741 struct timespec64 rmt; in alarmtimer_do_nsleep() local
748 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
750 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
H A Dhrtimer.c2115 struct timespec64 rmt; in do_nanosleep() local
2119 rmt = ktime_to_timespec64(rem); in do_nanosleep()
2121 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
/linux-6.15/include/linux/
H A Digmp.h127 extern int ip_mc_sf_allow(const struct sock *sk, __be32 local, __be32 rmt,
/linux-6.15/tools/perf/Documentation/
H A Dperf-c2c.txt118 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display
259 cycles - rmt hitm, lcl hitm, load (Display with HITM types)
262 cycles - rmt peer, lcl peer, load (Display with peer type)
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dchip.c14224 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()
14242 if (rmt) { in complete_rsm_map_table()
14357 if (!rmt) in init_qos()
14393 rrd.offset = rmt->used; in init_qos()
14637 if (!rmt) in init_rxe()
14641 init_qos(dd, rmt); in init_rxe()
[all …]
/linux-6.15/drivers/net/fddi/skfp/h/
H A Dcmtdef.h498 void rmt(struct s_smc *smc, int event);