Home
last modified time | relevance | path

Searched +defs:read +defs:o (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/proc/
H A Dkcore.c48 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
526 size_t read = 0, left = tsz; in read_kcore_iter() local
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h80 s32 (*read)(struct ixgbe_hw *, u32 *, u16); member
179 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
187 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/linux-6.15/fs/nfsd/
H A Dnfs4xdr.c196 nfsd4_decode_opaque(struct nfsd4_compoundargs *argp, struct xdr_netobj *o) in nfsd4_decode_opaque()
1272 struct nfsd4_read *read = &u->read; in nfsd4_decode_read() local
4397 struct nfsd4_read *read, in nfsd4_encode_splice_read()
4462 struct nfsd4_read *read, in nfsd4_encode_readv()
4494 struct nfsd4_read *read = &u->read; in nfsd4_encode_read() local
5390 struct nfsd4_read *read) in nfsd4_encode_read_plus_data()
5434 struct nfsd4_read *read = &u->read; in nfsd4_encode_read_plus() local
/linux-6.15/arch/x86/events/
H A Dperf_event.h364 #define __EVENT_CONSTRAINT_RANGE(c, e, n, m, w, o, f) { \ argument
374 #define __EVENT_CONSTRAINT(c, n, m, w, o, f) \ argument
793 void (*read)(struct perf_event *event); member
/linux-6.15/fs/fuse/
H A Dfuse_i.h1141 } read; member
1280 #define ATTR_TIMEOUT(o) \ argument
/linux-6.15/include/linux/
H A Dpci.h810 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); member
1959 #define _PCI_NOP(o, s, t) \ argument
1964 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \ argument
H A Dhyperv.h213 u32 read_loc, write_loc, dsize, read; in hv_get_bytes_to_read() local
1035 static inline bool is_hvsock_offer(const struct vmbus_channel_offer_channel *o) in is_hvsock_offer()