| /linux/net/sched/ |
| H A D | em_ipt.c | 42 static int check_match(struct net *net, struct em_ipt_match *im, int mdata_len) in check_match() argument 52 mtpar.hook_mask = 1 << im->hook; in check_match() 53 mtpar.family = im->match->family; in check_match() 54 mtpar.match = im->match; in check_match() 56 mtpar.matchinfo = (void *)im->match_data; in check_match() 130 struct em_ipt_match *im = NULL; in em_ipt_change() local 160 im = kzalloc(sizeof(*im) + mdata_len, GFP_KERNEL); in em_ipt_change() 161 if (!im) { in em_ipt_change() 166 im->match = match; in em_ipt_change() 167 im->hook = nla_get_u32(tb[TCA_EM_IPT_HOOK]); in em_ipt_change() [all …]
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 159 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im, 161 static void igmpv3_del_delrec(struct in_device *in_dev, struct ip_mc_list *im); 170 static void ip_ma_put(struct ip_mc_list *im) in ip_ma_put() argument 172 if (refcount_dec_and_test(&im->refcnt)) { in ip_ma_put() 173 in_dev_put(im->interface); in ip_ma_put() 174 kfree_rcu(im, rcu); in ip_ma_put() 205 static void igmp_stop_timer(struct ip_mc_list *im) in igmp_stop_timer() argument 207 spin_lock_bh(&im->lock); in igmp_stop_timer() 208 if (timer_delete(&im->timer)) in igmp_stop_timer() 209 refcount_dec(&im->refcnt); in igmp_stop_timer() [all …]
|
| H A D | igmp_internal.h | 15 const struct ip_mc_list *im,
|
| H A D | devinet.c | 1845 struct ip_mc_list *im; in in_dev_dump_ifmcaddr() local 1849 for (im = rcu_dereference(in_dev->mc_list); in in_dev_dump_ifmcaddr() 1850 im; in in_dev_dump_ifmcaddr() 1851 im = rcu_dereference(im->next_rcu)) { in in_dev_dump_ifmcaddr() 1856 err = inet_fill_ifmcaddr(skb, in_dev->dev, im, fillargs); in in_dev_dump_ifmcaddr()
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 280 static void bpf_tramp_image_free(struct bpf_tramp_image *im) in bpf_tramp_image_free() argument 282 bpf_image_ksym_del(&im->ksym); in bpf_tramp_image_free() 283 arch_free_bpf_trampoline(im->image, im->size); in bpf_tramp_image_free() 284 bpf_jit_uncharge_modmem(im->size); in bpf_tramp_image_free() 285 percpu_ref_exit(&im->pcref); in bpf_tramp_image_free() 286 kfree_rcu(im, rcu); in bpf_tramp_image_free() 291 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred() local 293 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred() 294 bpf_tramp_image_free(im); in __bpf_tramp_image_put_deferred() 300 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu() local [all …]
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | mpc837x_rdb.c | 23 void __iomem *im; in mpc837x_rdb_sd_cfg() local 25 im = ioremap(get_immrbase(), 0x1000); in mpc837x_rdb_sd_cfg() 26 if (!im) { in mpc837x_rdb_sd_cfg() 35 clrsetbits_be32(im + MPC83XX_SICRL_OFFS, MPC837X_SICRL_USBB_MASK, in mpc837x_rdb_sd_cfg() 37 clrsetbits_be32(im + MPC83XX_SICRH_OFFS, MPC837X_SICRH_SPI_MASK, in mpc837x_rdb_sd_cfg() 39 iounmap(im); in mpc837x_rdb_sd_cfg()
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 499 struct idmap_msg *im, in nfs_idmap_prepare_message() argument 505 im->im_type = IDMAP_TYPE_GROUP; in nfs_idmap_prepare_message() 510 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message() 513 im->im_conv = IDMAP_CONV_NAMETOID; in nfs_idmap_prepare_message() 514 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message() 518 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message() 521 im->im_conv = IDMAP_CONV_IDTONAME; in nfs_idmap_prepare_message() 522 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message() 532 msg->data = im; in nfs_idmap_prepare_message() 572 struct idmap_msg *im; in nfs_idmap_legacy_upcall() local [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_calib.c | 892 int i, im, nmeasurement; in ar9003_hw_tx_iq_cal_outlier_detection() local 941 for (im = 0; im < nmeasurement; im++) { in ar9003_hw_tx_iq_cal_outlier_detection() 942 magnitude = coeff->mag_coeff[i][im][0]; in ar9003_hw_tx_iq_cal_outlier_detection() 943 phase = coeff->phs_coeff[i][im][0]; in ar9003_hw_tx_iq_cal_outlier_detection() 948 if ((im % 2) == 0) in ar9003_hw_tx_iq_cal_outlier_detection() 949 REG_RMW_FIELD(ah, tx_corr_coeff[im][i], in ar9003_hw_tx_iq_cal_outlier_detection() 953 REG_RMW_FIELD(ah, tx_corr_coeff[im][i], in ar9003_hw_tx_iq_cal_outlier_detection() 958 caldata->tx_corr_coeff[im][i] = in ar9003_hw_tx_iq_cal_outlier_detection() 1008 int im, ix, iy; in __ar955x_tx_iq_cal_sort() local 1010 for (im = 0; im < nmeasurement; im++) { in __ar955x_tx_iq_cal_sort() [all …]
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 505 struct inode_management *im = &sbi->im[type]; in __add_ino_entry() local 511 e = radix_tree_lookup(&im->ino_root, ino); in __add_ino_entry() 523 spin_lock(&im->ino_lock); in __add_ino_entry() 524 e = radix_tree_lookup(&im->ino_root, ino); in __add_ino_entry() 527 spin_unlock(&im->ino_lock); in __add_ino_entry() 532 if (unlikely(radix_tree_insert(&im->ino_root, ino, e))) in __add_ino_entry() 538 list_add_tail(&e->list, &im->ino_list); in __add_ino_entry() 540 im->ino_num++; in __add_ino_entry() 546 spin_unlock(&im->ino_lock); in __add_ino_entry() 555 struct inode_management *im = &sbi->im[type]; in __remove_ino_entry() local [all …]
|
| H A D | debug.c | 216 si->append = sbi->im[APPEND_INO].ino_num; in update_general_status() 217 si->update = sbi->im[UPDATE_INO].ino_num; in update_general_status() 218 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status() 377 si->cache_mem += sbi->im[i].ino_num * sizeof(struct ino_entry); in update_mem_info()
|
| /linux/drivers/irqchip/ |
| H A D | irq-tb10x.c | 44 uint32_t mod, pol, im = data->mask; in tb10x_irq_set_type() local 48 mod = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_MODE) | im; in tb10x_irq_set_type() 49 pol = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_POLARITY) | im; in tb10x_irq_set_type() 53 pol ^= im; in tb10x_irq_set_type() 56 mod ^= im; in tb10x_irq_set_type() 62 mod ^= im; in tb10x_irq_set_type() 63 pol ^= im; in tb10x_irq_set_type() 77 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, im); in tb10x_irq_set_type()
|
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 266 unsigned int im; /* interrupt mask */ member 697 uap->im &= ~UART011_TXIM; in pl011_dma_tx_irq() 698 pl011_write(uap->im, uap, REG_IMSC); in pl011_dma_tx_irq() 707 uap->im &= ~UART011_TXIM; in pl011_dma_tx_irq() 708 pl011_write(uap->im, uap, REG_IMSC); in pl011_dma_tx_irq() 747 uap->im &= ~UART011_TXIM; in pl011_dma_tx_start() 748 pl011_write(uap->im, uap, REG_IMSC); in pl011_dma_tx_start() 851 uap->im &= ~UART011_RXIM; in pl011_dma_rx_trigger_dma() 852 pl011_write(uap->im, uap, REG_IMSC); in pl011_dma_rx_trigger_dma() 974 uap->im |= UART011_RXIM; in pl011_dma_rx_irq() [all …]
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.h | 107 struct bfad_im_s *im; member 170 queue_work(drv->im->drv_workq, &drv->im->aen_im_notify_work); in bfad_im_post_vendor_event() 176 void bfad_destroy_workq(struct bfad_im_s *im);
|
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 109 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() local 113 auth_domain_put(&im->m_client->h); in ip_map_put() 114 kfree_rcu(im, m_rcu); in ip_map_put() 163 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() local 165 if (ipv6_addr_v4mapped(&(im->m_addr))) { in ip_map_request() 166 snprintf(text_addr, 20, "%pI4", &im->m_addr.s6_addr32[3]); in ip_map_request() 168 snprintf(text_addr, 40, "%pI6", &im->m_addr); in ip_map_request() 170 qword_add(bpp, blen, im->m_class); in ip_map_request() 264 struct ip_map *im; in ip_map_show() local 272 im = container_of(h, struct ip_map, h); in ip_map_show() [all …]
|
| /linux/arch/arm/mach-ux500/ |
| H A D | pm.c | 111 u32 it, im; in prcmu_pending_irq() local 116 im = readl(PRCM_ARMITMSK31TO0 + i * 4); in prcmu_pending_irq() 117 if (it & im) in prcmu_pending_irq()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sprd.c | 290 int im, ret; in sprd_i2c_xfer() local 296 for (im = 0; im < num - 1; im++) { in sprd_i2c_xfer() 297 ret = sprd_i2c_handle_msg(i2c_adap, &msgs[im], 0); in sprd_i2c_xfer() 302 ret = sprd_i2c_handle_msg(i2c_adap, &msgs[im++], 1); in sprd_i2c_xfer() 307 return ret < 0 ? ret : im; in sprd_i2c_xfer()
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | Makefile | 4 integratorap-im-pd1.dtb \
|
| H A D | integratorap-im-pd1.dts | 29 compatible = "arm,im-pd1-syscon", "syscon";
|
| /linux/include/linux/ |
| H A D | hp_sdc.h | 270 uint8_t im; /* Interrupt mask */ member
|
| /linux/drivers/auxdisplay/ |
| H A D | panel.c | 1375 u8 im, om; in input_name2mask() local 1379 im = 0; in input_name2mask() 1393 im |= BIT(in); in input_name2mask() 1415 *imask |= im; in input_name2mask()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 164 s16 im; member 169 u16 im; member 3479 cc.im = 0; in wlc_lcnphy_get_cc() 3484 cc.im = b; in wlc_lcnphy_get_cc() 3491 cc.im = (u16) dq0; in wlc_lcnphy_get_cc() 3496 cc.im = (u16) eq; in wlc_lcnphy_get_cc() 3501 cc.im = (u16) fq; in wlc_lcnphy_get_cc() 3658 phy_c16 = (s16) phy_c3.im; in wlc_lcnphy_a1() 3662 if (phy_c3.im > 127) in wlc_lcnphy_a1() 3663 phy_c16 = phy_c3.im - 256; in wlc_lcnphy_a1() [all …]
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | code-of-conduct.rst | 41 * El uso de lenguaje o imágenes sexualizadas, y aproximaciones o
|
| /linux/arch/arm/boot/dts/nxp/mxs/ |
| H A D | imx28-cfa10049.dts | 111 im-gpios = <&gpio5 4 0 &gpio5 5 0 &gpio5 6 0>;
|
| /linux/fs/ceph/ |
| H A D | caps.c | 4200 struct inode *inode, struct ceph_mds_caps *im, in handle_cap_import() argument 4210 unsigned caps = le32_to_cpu(im->caps); in handle_cap_import() 4211 unsigned wanted = le32_to_cpu(im->wanted); in handle_cap_import() 4212 unsigned seq = le32_to_cpu(im->seq); in handle_cap_import() 4213 unsigned mseq = le32_to_cpu(im->migrate_seq); in handle_cap_import() 4214 u64 realmino = le64_to_cpu(im->realm); in handle_cap_import() 4215 u64 cap_id = le64_to_cpu(im->cap_id); in handle_cap_import()
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_driver.h | 1035 s16 im; member
|