| /linux-6.15/net/sched/ |
| H A D | em_ipt.c | 54 mtpar.match = im->match; in check_match() 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() 168 im->nfproto = nfproto; in em_ipt_change() 180 kfree(im); in em_ipt_change() 189 if (!im) in em_ipt_destroy() 195 .match = im->match, in em_ipt_destroy() 202 kfree(im); in em_ipt_destroy() 240 acpar.match = im->match; in em_ipt_match() [all …]
|
| /linux-6.15/net/ipv4/ |
| H A D | igmp.c | 1061 im->gsquery = im->gsquery && mark; in igmp_heard_query() 1205 im->tomb = im->sources = NULL; in igmpv3_add_delrec() 1518 im = rtnl_dereference(im->next_hash)) { in ____ip_mc_inc_group() 1535 im = kzalloc(sizeof(*im), gfp); in ____ip_mc_inc_group() 1544 im->mca_tstamp = im->mca_cstamp; in ____ip_mc_inc_group() 2820 im = rcu_dereference(im->next_hash)) { in ip_check_mc_rcu() 2887 im = rcu_dereference(im->next_rcu); in igmp_mc_get_next() 2905 if (im) in igmp_mc_get_idx() 2966 im->multiaddr, im->users, in igmp_mc_seq_show() 3009 state->im = im; in igmp_mcf_get_first() [all …]
|
| H A D | igmp_internal.h | 15 const struct ip_mc_list *im,
|
| /linux-6.15/kernel/bpf/ |
| H A D | trampoline.c | 261 arch_free_bpf_trampoline(im->image, im->size); in bpf_tramp_image_free() 363 im = kzalloc(sizeof(*im), GFP_KERNEL); in bpf_tramp_image_alloc() 364 if (!im) in bpf_tramp_image_alloc() 370 im->size = size; in bpf_tramp_image_alloc() 381 ksym = &im->ksym; in bpf_tramp_image_alloc() 386 return im; in bpf_tramp_image_alloc() 389 arch_free_bpf_trampoline(im->image, im->size); in bpf_tramp_image_alloc() 393 kfree(im); in bpf_tramp_image_alloc() 453 if (IS_ERR(im)) { in bpf_trampoline_update() 458 err = arch_prepare_bpf_trampoline(im, im->image, im->image + size, in bpf_trampoline_update() [all …]
|
| /linux-6.15/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-6.15/fs/nfs/ |
| H A D | nfs4idmap.c | 512 struct idmap_msg *im, in nfs_idmap_prepare_message() argument 518 im->im_type = IDMAP_TYPE_GROUP; in nfs_idmap_prepare_message() 523 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message() 545 msg->data = im; in nfs_idmap_prepare_message() 585 struct idmap_msg *im; in nfs_idmap_legacy_upcall() local 600 im = &data->idmap_msg; in nfs_idmap_legacy_upcall() 640 if (upcall->im_type != im->im_type || upcall->im_conv != im->im_conv) in nfs_idmap_read_and_verify_message() 642 switch (im->im_conv) { in nfs_idmap_read_and_verify_message() 654 len = strlen(im->im_name); in nfs_idmap_read_and_verify_message() 672 struct idmap_msg im; in idmap_pipe_downcall() local [all …]
|
| /linux-6.15/fs/f2fs/ |
| H A D | checkpoint.c | 514 struct inode_management *im = &sbi->im[type]; in __add_ino_entry() local 562 struct inode_management *im = &sbi->im[type]; in __remove_ino_entry() local 570 im->ino_num--; in __remove_ino_entry() 593 struct inode_management *im = &sbi->im[mode]; in f2fs_exist_written_data() local 608 struct inode_management *im = &sbi->im[i]; in f2fs_release_ino_entry() local 630 struct inode_management *im = &sbi->im[type]; in f2fs_is_dirty_device() local 644 struct inode_management *im = &sbi->im[ORPHAN_INO]; in f2fs_acquire_orphan_inode() local 665 struct inode_management *im = &sbi->im[ORPHAN_INO]; in f2fs_release_orphan_inode() local 669 im->ino_num--; in f2fs_release_orphan_inode() 791 struct inode_management *im = &sbi->im[ORPHAN_INO]; in write_orphan_inodes() local [all …]
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-tb10x.c | 44 uint32_t im, mod, pol; in tb10x_irq_set_type() local 46 im = data->mask; in tb10x_irq_set_type() 50 mod = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_MODE) | im; in tb10x_irq_set_type() 51 pol = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_POLARITY) | im; in tb10x_irq_set_type() 55 pol ^= im; in tb10x_irq_set_type() 58 mod ^= im; in tb10x_irq_set_type() 64 mod ^= im; in tb10x_irq_set_type() 65 pol ^= im; in tb10x_irq_set_type() 81 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, im); in tb10x_irq_set_type()
|
| /linux-6.15/net/ipv6/ |
| H A D | anycast.c | 524 struct ifacaddr6 *im = NULL; in ac6_get_first() local 533 if (im) in ac6_get_first() 536 return im; in ac6_get_first() 544 im = rcu_dereference(im->aca_next); in ac6_get_next() 545 while (!im) { in ac6_get_next() 554 return im; in ac6_get_next() 560 if (im) in ac6_get_idx() 561 while (pos && (im = ac6_get_next(seq, im)) != NULL) in ac6_get_idx() 563 return pos ? NULL : im; in ac6_get_idx() 578 return im; in ac6_seq_next() [all …]
|
| H A D | mcast.c | 2929 if (im) { in igmp6_mc_get_first() 2934 return im; in igmp6_mc_get_first() 2941 im = rcu_dereference(im->next); in igmp6_mc_get_next() 2942 while (!im) { in igmp6_mc_get_next() 2953 return im; in igmp6_mc_get_next() 2959 if (im) in igmp6_mc_get_idx() 2960 while (pos && (im = igmp6_mc_get_next(seq, im)) != NULL) in igmp6_mc_get_idx() 2977 return im; in igmp6_mc_seq_next() 3000 im->mca_users, im->mca_flags, in igmp6_mc_seq_show() 3041 state->im = im; in igmp6_mcf_get_first() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_calib.c | 941 for (im = 0; im < nmeasurement; im++) { in ar9003_hw_tx_iq_cal_outlier_detection() 948 if ((im % 2) == 0) 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() 1025 coeff->mag_coeff[i][im][0] = coeff->mag_coeff[i][im][MAXIQCAL / 2]; in __ar955x_tx_iq_cal_sort() 1026 coeff->phs_coeff[i][im][0] = coeff->phs_coeff[i][im][MAXIQCAL / 2]; in __ar955x_tx_iq_cal_sort() 1030 i, im, in __ar955x_tx_iq_cal_sort() 1070 int i, im, j; in ar9003_hw_tx_iq_cal_post_proc() local 1084 for (im = 0; im < nmeasurement; im++) { in ar9003_hw_tx_iq_cal_post_proc() 1159 int i, im; in ar9003_hw_tx_iq_cal_reload() local [all …]
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 432 (*itnim_drv)->im = bfad->im; in bfa_fcb_itnim_alloc() 455 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_free() local 490 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_online() local 512 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_offline() local 701 if (im == NULL) in bfad_im_probe() 704 bfad->im = im; in bfad_im_probe() 708 kfree(im); in bfad_im_probe() 719 if (bfad->im) { in bfad_im_probe_undo() 757 if (im && im->drv_workq) { in bfad_destroy_workq() 766 struct bfad_im_s *im = bfad->im; in bfad_thread_workq() local [all …]
|
| 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-6.15/arch/mips/lantiq/ |
| H A D | irq.c | 81 unsigned long im = offset / INT_NUM_IM_OFFSET; in ltq_disable_irq() local 89 ltq_icu_w32(vpe, im, in ltq_disable_irq() 90 ltq_icu_r32(vpe, im, LTQ_ICU_IER) & ~BIT(offset), in ltq_disable_irq() 99 unsigned long im = offset / INT_NUM_IM_OFFSET; in ltq_mask_and_ack_irq() local 107 ltq_icu_w32(vpe, im, in ltq_mask_and_ack_irq() 108 ltq_icu_r32(vpe, im, LTQ_ICU_IER) & ~BIT(offset), in ltq_mask_and_ack_irq() 110 ltq_icu_w32(vpe, im, BIT(offset), LTQ_ICU_ISR); in ltq_mask_and_ack_irq() 118 unsigned long im = offset / INT_NUM_IM_OFFSET; in ltq_ack_irq() local 126 ltq_icu_w32(vpe, im, BIT(offset), LTQ_ICU_ISR); in ltq_ack_irq() 134 unsigned long im = offset / INT_NUM_IM_OFFSET; in ltq_enable_irq() local [all …]
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | amba-pl011.c | 697 uap->im &= ~UART011_TXIM; in pl011_dma_tx_irq() 707 uap->im &= ~UART011_TXIM; in pl011_dma_tx_irq() 851 uap->im &= ~UART011_RXIM; in pl011_dma_rx_trigger_dma() 974 uap->im |= UART011_RXIM; in pl011_dma_rx_irq() 1022 uap->im |= UART011_RXIM; in pl011_dma_rx_callback() 1081 uap->im |= UART011_RXIM; in pl011_dma_rx_poll() 1324 uap->im &= ~UART011_TXIM; in pl011_stop_tx() 1339 uap->im |= UART011_TXIM; in pl011_start_tx_pio() 1864 uap->im = UART011_RTIM; in pl011_enable_interrupts() 1878 uap->im = UART011_RTIM; in pl011_unthrottle_rx() [all …]
|
| /linux-6.15/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-6.15/net/sunrpc/ |
| H A D | svcauth_unix.c | 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() 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() 274 addr = im->m_addr; in ip_map_show() 278 dom = im->m_client->h.name; in ip_map_show() [all …]
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-iop3xx.c | 357 int im = 0; in iop3xx_i2c_xfer() local 365 for (im = 0; ret == 0 && im != num; im++) { in iop3xx_i2c_xfer() 366 ret = iop3xx_i2c_handle_msg(i2c_adap, &msgs[im]); in iop3xx_i2c_xfer() 374 return im; in iop3xx_i2c_xfer()
|
| 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() 308 return ret < 0 ? ret : im; in sprd_i2c_xfer()
|
| /linux-6.15/drivers/input/serio/ |
| H A D | hp_sdc.c | 404 hp_sdc_status_out8(hp_sdc.im | HP_SDC_CMD_SET_IM); in hp_sdc_put() 675 hp_sdc.im &= ~HP_SDC_IM_FH; in hp_sdc_request_timer_irq() 676 hp_sdc.im &= ~HP_SDC_IM_PT; in hp_sdc_request_timer_irq() 677 hp_sdc.im &= ~HP_SDC_IM_TIMERS; in hp_sdc_request_timer_irq() 698 hp_sdc.im &= ~(HP_SDC_IM_HIL | HP_SDC_IM_RESET); in hp_sdc_request_hil_irq() 720 hp_sdc.im &= ~(HP_SDC_IM_HIL | HP_SDC_IM_RESET); in hp_sdc_request_cooked_irq() 740 hp_sdc.im |= HP_SDC_IM_TIMERS; in hp_sdc_release_timer_irq() 741 hp_sdc.im |= HP_SDC_IM_FH; in hp_sdc_release_timer_irq() 742 hp_sdc.im |= HP_SDC_IM_PT; in hp_sdc_release_timer_irq() 762 hp_sdc.im |= (HP_SDC_IM_HIL | HP_SDC_IM_RESET); in hp_sdc_release_hil_irq() [all …]
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 648 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, in __arch_prepare_bpf_trampoline() argument 836 PPC_LI_ADDR(_R3, (unsigned long)im); in __arch_prepare_bpf_trampoline() 892 im->ip_after_call = &((u32 *)ro_image)[ctx->idx]; in __arch_prepare_bpf_trampoline() 915 im->ip_epilogue = &((u32 *)ro_image)[ctx->idx]; in __arch_prepare_bpf_trampoline() 916 PPC_LI_ADDR(_R3, im); in __arch_prepare_bpf_trampoline() 975 struct bpf_tramp_image im; in arch_bpf_trampoline_size() local 991 ret = __arch_prepare_bpf_trampoline(&im, image, image + PAGE_SIZE, image, in arch_bpf_trampoline_size() 998 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument 1015 ret = __arch_prepare_bpf_trampoline(im, rw_image, rw_image + size, image, m, in arch_prepare_bpf_trampoline()
|
| /linux-6.15/arch/arm/boot/dts/arm/ |
| H A D | Makefile | 4 integratorap-im-pd1.dtb \
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-pch.c | 231 u32 im, im_pos, val; in pch_irq_type() local 269 im = ioread32(im_reg) & ~(PCH_IM_MASK << (im_pos * 4)); in pch_irq_type() 270 iowrite32(im | (val << (im_pos * 4)), im_reg); in pch_irq_type()
|
| /linux-6.15/sound/pci/ali5451/ |
| H A D | ali5451.c | 1829 struct snd_ali_image *im = &chip->image; in ali_suspend() local 1838 im->regs[ALI_MISCINT >> 2] = inl(ALI_REG(chip, ALI_MISCINT)); in ali_suspend() 1840 im->regs[ALI_STOP >> 2] = inl(ALI_REG(chip, ALI_STOP)); in ali_suspend() 1848 im->regs[i] = inl(ALI_REG(chip, i*4)); in ali_suspend() 1854 im->channel_regs[i][j] = inl(ALI_REG(chip, j*4 + 0xe0)); in ali_suspend() 1868 struct snd_ali_image *im = &chip->image; in ali_resume() local 1876 outl(im->channel_regs[i][j], ALI_REG(chip, j*4 + 0xe0)); in ali_resume() 1883 outl(im->regs[i], ALI_REG(chip, i*4)); in ali_resume() 1887 outl(im->regs[ALI_START >> 2], ALI_REG(chip, ALI_START)); in ali_resume() 1889 outl(im->regs[ALI_MISCINT >> 2], ALI_REG(chip, ALI_MISCINT)); in ali_resume()
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | maxim,ds2760.yaml | 31 Time im milliseconds to cache the data for.
|