Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/
Dseq_memory.c201 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c2345 struct xfs_btree_cur **curp, in __xfs_btree_split()
2525 struct xfs_btree_cur **curp; member
2574 struct xfs_btree_cur **curp, in xfs_btree_split()
2914 struct xfs_btree_cur **curp, /* output: new cursor replacing cur */ in xfs_btree_insrec()
Dxfs_bmap.c723 xfs_btree_cur_t **curp, /* cursor returned to caller */ in xfs_bmap_extents_to_btree()
2262 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent_unwritten_real()
/linux-4.4.14/sound/pci/nm256/
Dnm256.c667 unsigned long curp; in snd_nm256_playback_pointer() local
681 unsigned long curp; in snd_nm256_capture_pointer() local
/linux-4.4.14/drivers/net/usb/
Dsierra_net.c253 const u8 *curp = buf; in parse_hip() local
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c918 struct ifaddrs *curp; in kvp_get_ip_info() local
/linux-4.4.14/fs/ext4/
Dextents.c949 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1354 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf() local
/linux-4.4.14/sound/pci/
Des1968.c2005 unsigned int curp = __apu_get_register(chip, chip->measure_apu, 5); in snd_es1968_interrupt() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c1907 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str()