Home
last modified time | relevance | path

Searched defs:curp (Results 1 – 9 of 9) sorted by relevance

/linux-5.10/sound/core/seq/
Dseq_memory.c186 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local
/linux-5.10/fs/xfs/libxfs/
Dxfs_btree.c2619 struct xfs_btree_cur **curp, in __xfs_btree_split()
2799 struct xfs_btree_cur **curp; member
2848 struct xfs_btree_cur **curp, in xfs_btree_split()
3182 struct xfs_btree_cur **curp, /* output: new cursor replacing cur */ in xfs_btree_insrec()
Dxfs_bmap.c648 struct xfs_btree_cur **curp, /* cursor returned to caller */ in xfs_bmap_extents_to_btree()
2042 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent_unwritten_real()
2717 struct xfs_btree_cur **curp, in xfs_bmap_add_extent_hole_real()
/linux-5.10/sound/pci/nm256/
Dnm256.c655 unsigned long curp; in snd_nm256_playback_pointer() local
669 unsigned long curp; in snd_nm256_capture_pointer() local
/linux-5.10/tools/hv/
Dhv_kvp_daemon.c807 struct ifaddrs *curp; in kvp_get_ip_info() local
/linux-5.10/drivers/net/usb/
Dsierra_net.c265 const u8 *curp = buf; in parse_hip() local
/linux-5.10/fs/ext4/
Dextents.c926 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1350 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf() local
/linux-5.10/sound/pci/
Des1968.c1987 unsigned int curp = __apu_get_register(chip, chip->measure_apu, 5); in snd_es1968_interrupt() local
/linux-5.10/drivers/infiniband/hw/hfi1/
Dchip.c5278 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str()