Home
last modified time | relevance | path

Searched refs:curp (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c807 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 …]
/openbmc/linux/sound/core/seq/
H A Dseq_memory.c248 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local
249 curp = cell->event.data.ext.ptr; in snd_seq_cell_free()
250 for (; curp; curp = nextptr) { in snd_seq_cell_free()
251 nextptr = curp->next; in snd_seq_cell_free()
252 curp->next = pool->free; in snd_seq_cell_free()
253 free_cell(pool, curp); in snd_seq_cell_free()
/openbmc/linux/drivers/net/usb/
H A Dsierra_net.c265 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()
/openbmc/linux/sound/pci/nm256/
H A Dnm256.c651 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()
/openbmc/linux/fs/ext4/
H A Dextents.c977 struct ext4_ext_path *curp, in ext4_ext_insert_index() argument
983 err = ext4_ext_get_access(handle, inode, curp); in ext4_ext_insert_index()
987 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index()
990 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index()
994 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index()
995 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index()
998 le16_to_cpu(curp->p_hdr->eh_entries), in ext4_ext_insert_index()
999 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index()
1003 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index()
1007 ix = curp->p_idx + 1; in ext4_ext_insert_index()
[all …]
/openbmc/linux/sound/core/
H A Dmemalloc.c757 struct page **pagep, *curp; in snd_dma_sg_fallback_alloc() local
801 curp = virt_to_page(p); in snd_dma_sg_fallback_alloc()
803 *pagep++ = curp++; in snd_dma_sg_fallback_alloc()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h224 struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp,
H A Dxfs_btree.c2687 struct xfs_btree_cur **curp, in __xfs_btree_split() argument
2846 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split()
2849 (*curp)->bc_levels[level + 1].ptr++; in __xfs_btree_split()
2868 struct xfs_btree_cur **curp; member
2901 args->key, args->curp, args->stat); in xfs_btree_split_worker()
2938 struct xfs_btree_cur **curp, in xfs_btree_split() argument
2946 return __xfs_btree_split(cur, level, ptrp, key, curp, stat); in xfs_btree_split()
2952 args.curp = curp; in xfs_btree_split()
3279 struct xfs_btree_cur **curp, /* output: new cursor replacing cur */ in xfs_btree_insrec() argument
3480 *curp = ncur; in xfs_btree_insrec()
H A Dxfs_bmap.c602 struct xfs_btree_cur **curp, /* cursor returned to caller */ in xfs_bmap_extents_to_btree() argument
714 ASSERT(*curp == NULL); in xfs_bmap_extents_to_btree()
715 *curp = cur; in xfs_bmap_extents_to_btree()
1967 struct xfs_btree_cur **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent_unwritten_real() argument
1985 cur = *curp; in xfs_bmap_add_extent_unwritten_real()
2481 *curp = cur; in xfs_bmap_add_extent_unwritten_real()
2484 xfs_bmap_check_leaf_extents(*curp, ip, whichfork); in xfs_bmap_add_extent_unwritten_real()
2642 struct xfs_btree_cur **curp, in xfs_bmap_add_extent_hole_real() argument
2649 struct xfs_btree_cur *cur = *curp; in xfs_bmap_add_extent_hole_real()
2851 error = xfs_bmap_extents_to_btree(tp, ip, curp, 0, in xfs_bmap_add_extent_hole_real()
[all …]
/openbmc/linux/sound/pci/
H A Des1968.c1989 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()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c5238 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() argument
5240 char *p = *curp; in append_str()
5267 *curp = p; in append_str()