Searched refs:curp (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/hv/ |
| H A D | hv_kvp_daemon.c | 924 struct ifaddrs *curp; in kvp_get_ip_info() local 954 curp = ifap; in kvp_get_ip_info() 955 while (curp != NULL) { in kvp_get_ip_info() 956 if (curp->ifa_addr == NULL) { in kvp_get_ip_info() 957 curp = curp->ifa_next; in kvp_get_ip_info() 962 (strncmp(curp->ifa_name, if_name, strlen(if_name)))) { in kvp_get_ip_info() 967 curp = curp->ifa_next; in kvp_get_ip_info() 978 (curp->ifa_addr->sa_family != family))) || in kvp_get_ip_info() 979 (curp->ifa_flags & IFF_LOOPBACK)) { in kvp_get_ip_info() 980 curp = curp->ifa_next; in kvp_get_ip_info() [all …]
|
| /linux/arch/s390/pci/ |
| H A D | pci_bus.c | 292 struct zpci_bus *curp = *pos, *next = NULL; in zpci_bus_get_next() local 295 if (curp) in zpci_bus_get_next() 296 next = list_next_entry(curp, bus_next); in zpci_bus_get_next() 298 next = list_first_entry(&zbus_list, typeof(*curp), bus_next); in zpci_bus_get_next() 310 if (curp) in zpci_bus_get_next() 311 zpci_bus_put(curp); in zpci_bus_get_next()
|
| /linux/sound/core/seq/ |
| H A D | seq_memory.c | 247 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local 248 curp = cell->event.data.ext.ptr; in snd_seq_cell_free() 249 for (; curp; curp = nextptr) { in snd_seq_cell_free() 250 nextptr = curp->next; in snd_seq_cell_free() 251 curp->next = pool->free; in snd_seq_cell_free() 252 free_cell(pool, curp); in snd_seq_cell_free()
|
| /linux/drivers/net/usb/ |
| H A D | sierra_net.c | 263 const u8 *curp = buf; in parse_hip() local 269 curp = save16bit(&hh->payload_len, curp); in parse_hip() 270 curp = save8bit(&hh->msgid, curp); in parse_hip() 271 curp = save8bit(&hh->msgspecific, curp); in parse_hip() 283 curp = save16bit(&hh->extmsgid, curp); in parse_hip()
|
| /linux/fs/xfs/scrub/ |
| H A D | health.h | 12 struct xfs_btree_cur **curp, unsigned int sm_type);
|
| /linux/fs/ext4/ |
| H A D | extents.c | 976 struct ext4_ext_path *curp, in ext4_ext_insert_index() argument 982 err = ext4_ext_get_access(handle, inode, curp); in ext4_ext_insert_index() 986 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index() 989 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index() 993 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index() 994 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index() 997 le16_to_cpu(curp->p_hdr->eh_entries), in ext4_ext_insert_index() 998 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index() 1002 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index() 1006 ix = curp->p_idx + 1; in ext4_ext_insert_index() [all …]
|
| /linux/sound/core/ |
| H A D | memalloc.c | 716 struct page **pagep, *curp; in snd_dma_sg_fallback_alloc() local 751 curp = virt_to_page(p); in snd_dma_sg_fallback_alloc() 753 *pagep++ = curp++; in snd_dma_sg_fallback_alloc()
|
| /linux/sound/pci/ |
| H A D | es1968.c | 1939 unsigned int curp = __apu_get_register(chip, chip->measure_apu, 5); in snd_es1968_interrupt() local 1940 if (curp < chip->measure_lastpos) in snd_es1968_interrupt() 1942 chip->measure_lastpos = curp; in snd_es1968_interrupt()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 5238 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()
|