/Linux-v5.4/tools/hv/ |
D | hv_kvp_daemon.c | 807 struct ifaddrs *curp; in kvp_get_ip_info() local 837 curp = ifap; in kvp_get_ip_info() 838 while (curp != NULL) { in kvp_get_ip_info() 839 if (curp->ifa_addr == NULL) { in kvp_get_ip_info() 840 curp = curp->ifa_next; in kvp_get_ip_info() 845 (strncmp(curp->ifa_name, if_name, strlen(if_name)))) { in kvp_get_ip_info() 850 curp = curp->ifa_next; in kvp_get_ip_info() 861 (curp->ifa_addr->sa_family != family))) || in kvp_get_ip_info() 862 (curp->ifa_flags & IFF_LOOPBACK)) { in kvp_get_ip_info() 863 curp = curp->ifa_next; in kvp_get_ip_info() [all …]
|
/Linux-v5.4/sound/core/seq/ |
D | seq_memory.c | 186 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local 187 curp = cell->event.data.ext.ptr; in snd_seq_cell_free() 188 for (; curp; curp = nextptr) { in snd_seq_cell_free() 189 nextptr = curp->next; in snd_seq_cell_free() 190 curp->next = pool->free; in snd_seq_cell_free() 191 free_cell(pool, curp); in snd_seq_cell_free()
|
/Linux-v5.4/drivers/net/usb/ |
D | sierra_net.c | 265 const u8 *curp = buf; in parse_hip() local 271 curp = save16bit(&hh->payload_len, curp); in parse_hip() 272 curp = save8bit(&hh->msgid, curp); in parse_hip() 273 curp = save8bit(&hh->msgspecific, curp); in parse_hip() 285 curp = save16bit(&hh->extmsgid, curp); in parse_hip()
|
/Linux-v5.4/sound/pci/nm256/ |
D | nm256.c | 653 unsigned long curp; in snd_nm256_playback_pointer() local 657 curp = snd_nm256_readl(chip, NM_PBUFFER_CURRP) - (unsigned long)s->buf; in snd_nm256_playback_pointer() 658 curp %= s->dma_size; in snd_nm256_playback_pointer() 659 return bytes_to_frames(substream->runtime, curp); in snd_nm256_playback_pointer() 667 unsigned long curp; in snd_nm256_capture_pointer() local 671 curp = snd_nm256_readl(chip, NM_RBUFFER_CURRP) - (unsigned long)s->buf; in snd_nm256_capture_pointer() 672 curp %= s->dma_size; in snd_nm256_capture_pointer() 673 return bytes_to_frames(substream->runtime, curp); in snd_nm256_capture_pointer()
|
/Linux-v5.4/fs/ext4/ |
D | extents.c | 953 struct ext4_ext_path *curp, in ext4_ext_insert_index() argument 959 err = ext4_ext_get_access(handle, inode, curp); in ext4_ext_insert_index() 963 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index() 966 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index() 970 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index() 971 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index() 974 le16_to_cpu(curp->p_hdr->eh_entries), in ext4_ext_insert_index() 975 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index() 979 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index() 982 ix = curp->p_idx + 1; in ext4_ext_insert_index() [all …]
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_bmap.h | 235 struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp,
|
D | xfs_btree.c | 2658 struct xfs_btree_cur **curp, in __xfs_btree_split() argument 2817 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split() 2820 (*curp)->bc_ptrs[level + 1]++; in __xfs_btree_split() 2838 struct xfs_btree_cur **curp; member 2870 args->key, args->curp, args->stat); in xfs_btree_split_worker() 2887 struct xfs_btree_cur **curp, in xfs_btree_split() argument 2894 return __xfs_btree_split(cur, level, ptrp, key, curp, stat); in xfs_btree_split() 2900 args.curp = curp; in xfs_btree_split() 3221 struct xfs_btree_cur **curp, /* output: new cursor replacing cur */ in xfs_btree_insrec() argument 3405 *curp = ncur; in xfs_btree_insrec()
|
D | xfs_bmap.c | 647 struct xfs_btree_cur **curp, /* cursor returned to caller */ in xfs_bmap_extents_to_btree() argument 771 ASSERT(*curp == NULL); in xfs_bmap_extents_to_btree() 772 *curp = cur; in xfs_bmap_extents_to_btree() 2040 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent_unwritten_real() argument 2058 cur = *curp; in xfs_bmap_add_extent_unwritten_real() 2490 *curp = cur; in xfs_bmap_add_extent_unwritten_real() 2493 xfs_bmap_check_leaf_extents(*curp, ip, whichfork); in xfs_bmap_add_extent_unwritten_real() 2651 struct xfs_btree_cur **curp, in xfs_bmap_add_extent_hole_real() argument 2658 struct xfs_btree_cur *cur = *curp; in xfs_bmap_add_extent_hole_real() 2840 error = xfs_bmap_extents_to_btree(tp, ip, curp, 0, in xfs_bmap_add_extent_hole_real() [all …]
|
/Linux-v5.4/sound/pci/ |
D | es1968.c | 1991 unsigned int curp = __apu_get_register(chip, chip->measure_apu, 5); in snd_es1968_interrupt() local 1992 if (curp < chip->measure_lastpos) in snd_es1968_interrupt() 1994 chip->measure_lastpos = curp; in snd_es1968_interrupt()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | chip.c | 5249 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() argument 5251 char *p = *curp; in append_str() 5278 *curp = p; in append_str()
|