Searched refs:nreg (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-region-hash.c | 243 struct dm_region *reg, *nreg; in dm_region_hash_destroy() local 247 list_for_each_entry_safe(reg, nreg, rh->buckets + h, in dm_region_hash_destroy() 293 struct dm_region *reg, *nreg; in __rh_alloc() local 295 nreg = mempool_alloc(&rh->region_pool, GFP_ATOMIC); in __rh_alloc() 296 if (unlikely(!nreg)) in __rh_alloc() 297 nreg = kmalloc_obj(*nreg, GFP_NOIO | __GFP_NOFAIL); in __rh_alloc() 299 nreg->state = rh->log->type->in_sync(rh->log, region, 1) ? in __rh_alloc() 301 nreg->rh = rh; in __rh_alloc() 302 nreg->key = region; in __rh_alloc() 303 INIT_LIST_HEAD(&nreg->list); in __rh_alloc() [all …]
|
| /linux/net/wireless/ |
| H A D | mlme.c | 711 struct cfg80211_mgmt_registration *reg, *nreg; in cfg80211_mlme_register_mgmt() local 752 nreg = kzalloc(sizeof(*reg) + match_len, GFP_KERNEL); in cfg80211_mlme_register_mgmt() 753 if (!nreg) in cfg80211_mlme_register_mgmt() 780 kfree(nreg); in cfg80211_mlme_register_mgmt() 782 memcpy(nreg->match, match_data, match_len); in cfg80211_mlme_register_mgmt() 783 nreg->match_len = match_len; in cfg80211_mlme_register_mgmt() 784 nreg->nlportid = snd_portid; in cfg80211_mlme_register_mgmt() 785 nreg->frame_type = cpu_to_le16(frame_type); in cfg80211_mlme_register_mgmt() 786 nreg->wdev = wdev; in cfg80211_mlme_register_mgmt() 787 nreg->multicast_rx = multicast_rx; in cfg80211_mlme_register_mgmt() [all …]
|
| H A D | nl80211.c | 16399 struct cfg80211_beacon_registration *reg, *nreg; in nl80211_register_beacons() local 16405 nreg = kzalloc_obj(*nreg); in nl80211_register_beacons() 16406 if (!nreg) in nl80211_register_beacons() 16418 nreg->nlportid = info->snd_portid; in nl80211_register_beacons() 16419 list_add(&nreg->list, &rdev->beacon_registrations); in nl80211_register_beacons() 16426 kfree(nreg); in nl80211_register_beacons()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.h | 50 char nreg[32]; member
|
| H A D | debug.c | 504 name##_regs[i].nreg, ar->debug.stats.name ##_sum[i],\ 532 name##_regs[i].nreg, \
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_drv.h | 129 unsigned int nreg; member
|
| /linux/include/linux/ |
| H A D | sysctl.h | 260 int nreg; member
|
| /linux/sound/pci/ |
| H A D | cmipci.c | 2179 unsigned char oreg, nreg, val; in snd_cmipci_put_native_mixer() local 2187 nreg = oreg & ~(reg.mask << reg.left_shift); in snd_cmipci_put_native_mixer() 2188 nreg |= (val << reg.left_shift); in snd_cmipci_put_native_mixer() 2193 nreg &= ~(reg.mask << reg.right_shift); in snd_cmipci_put_native_mixer() 2194 nreg |= (val << reg.right_shift); in snd_cmipci_put_native_mixer() 2196 outb(nreg, cm->iobase + reg.left_reg); in snd_cmipci_put_native_mixer() 2197 return (nreg != oreg); in snd_cmipci_put_native_mixer()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32h7.c | 671 void __iomem *nreg; member 755 val = readl(fd->nreg); in pll_fd_recalc_rate() 819 div->nreg = base + cfg->offset_divr; in clk_register_stm32_pll()
|