/linux-6.1.9/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-6.1.9/sound/core/seq/ |
D | seq_memory.c | 191 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local 192 curp = cell->event.data.ext.ptr; in snd_seq_cell_free() 193 for (; curp; curp = nextptr) { in snd_seq_cell_free() 194 nextptr = curp->next; in snd_seq_cell_free() 195 curp->next = pool->free; in snd_seq_cell_free() 196 free_cell(pool, curp); in snd_seq_cell_free()
|
/linux-6.1.9/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-6.1.9/sound/pci/nm256/ |
D | nm256.c | 651 unsigned long curp; in snd_nm256_playback_pointer() local 655 curp = snd_nm256_readl(chip, NM_PBUFFER_CURRP) - (unsigned long)s->buf; in snd_nm256_playback_pointer() 656 curp %= s->dma_size; in snd_nm256_playback_pointer() 657 return bytes_to_frames(substream->runtime, curp); in snd_nm256_playback_pointer() 665 unsigned long curp; in snd_nm256_capture_pointer() local 669 curp = snd_nm256_readl(chip, NM_RBUFFER_CURRP) - (unsigned long)s->buf; in snd_nm256_capture_pointer() 670 curp %= s->dma_size; in snd_nm256_capture_pointer() 671 return bytes_to_frames(substream->runtime, curp); in snd_nm256_capture_pointer()
|
/linux-6.1.9/fs/ext4/ |
D | extents.c | 975 struct ext4_ext_path *curp, in ext4_ext_insert_index() argument 981 err = ext4_ext_get_access(handle, inode, curp); in ext4_ext_insert_index() 985 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index() 988 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index() 992 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index() 993 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index() 996 le16_to_cpu(curp->p_hdr->eh_entries), in ext4_ext_insert_index() 997 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index() 1001 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index() 1005 ix = curp->p_idx + 1; in ext4_ext_insert_index() [all …]
|
/linux-6.1.9/sound/core/ |
D | memalloc.c | 740 struct page **pagep, *curp; in snd_dma_sg_fallback_alloc() local 771 curp = virt_to_page(p); in snd_dma_sg_fallback_alloc() 773 *pagep++ = curp++; in snd_dma_sg_fallback_alloc()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_bmap.h | 221 struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp,
|
D | xfs_btree.c | 2688 struct xfs_btree_cur **curp, in __xfs_btree_split() argument 2847 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split() 2850 (*curp)->bc_levels[level + 1].ptr++; in __xfs_btree_split() 2869 struct xfs_btree_cur **curp; member 2902 args->key, args->curp, args->stat); in xfs_btree_split_worker() 2926 struct xfs_btree_cur **curp, in xfs_btree_split() argument 2933 return __xfs_btree_split(cur, level, ptrp, key, curp, stat); in xfs_btree_split() 2939 args.curp = curp; in xfs_btree_split() 3266 struct xfs_btree_cur **curp, /* output: new cursor replacing cur */ in xfs_btree_insrec() argument 3450 *curp = ncur; in xfs_btree_insrec()
|
D | xfs_bmap.c | 597 struct xfs_btree_cur **curp, /* cursor returned to caller */ in xfs_bmap_extents_to_btree() argument 720 ASSERT(*curp == NULL); in xfs_bmap_extents_to_btree() 721 *curp = cur; in xfs_bmap_extents_to_btree() 1938 struct xfs_btree_cur **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent_unwritten_real() argument 1956 cur = *curp; in xfs_bmap_add_extent_unwritten_real() 2452 *curp = cur; in xfs_bmap_add_extent_unwritten_real() 2455 xfs_bmap_check_leaf_extents(*curp, ip, whichfork); in xfs_bmap_add_extent_unwritten_real() 2613 struct xfs_btree_cur **curp, in xfs_bmap_add_extent_hole_real() argument 2620 struct xfs_btree_cur *cur = *curp; in xfs_bmap_add_extent_hole_real() 2822 error = xfs_bmap_extents_to_btree(tp, ip, curp, 0, in xfs_bmap_add_extent_hole_real() [all …]
|
/linux-6.1.9/sound/pci/ |
D | es1968.c | 1989 unsigned int curp = __apu_get_register(chip, chip->measure_apu, 5); in snd_es1968_interrupt() local 1990 if (curp < chip->measure_lastpos) in snd_es1968_interrupt() 1992 chip->measure_lastpos = curp; in snd_es1968_interrupt()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | chip.c | 5237 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() argument 5239 char *p = *curp; in append_str() 5266 *curp = p; in append_str()
|