/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 1264 * @init: assume this is initial parsing and not per-kmem-create parsing 1269 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() argument 1319 if (init) in parse_slub_debug_flags() 1337 if (init && higher_order_disable) in parse_slub_debug_flags() 1393 pr_info("mem auto-init: SLAB_POISON will take precedence over init_on_alloc/init_on_free\n"); in setup_slub_debug() 3202 /* Always re-init detached_freelist */ in build_detached_freelist()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 2187 dib8000_write_word(state, 205, 0x200f); /* init value */ in dib8000_set_13seg_channel() 2380 /* init mode */ in dib8000_set_isdbt_common_channel() 2406 dib8000_write_word(state, 268, (2 << 9) | 39); /*init value */ in dib8000_set_isdbt_common_channel() 2918 dprintk("init sdram\n"); in dib8090p_init_sdram() 3307 && !state->differential_constellation) { /* continue to try init prbs autosearch */ in dib8000_tune() 3326 case CT_DEMOD_STEP_11: /* 41 : init prbs autosearch */ in dib8000_tune() 3385 ret = state->fe[index_frontend]->ops.init(state->fe[index_frontend]); in dib8000_wakeup() 4426 .init = dib8000_wakeup, 4483 /* init 8096p tuner adapter */ in dib8000_init() 4523 ops->init in dib8000_attach() [all...] |
H A D | cxd2841er.c | 16 #include <linux/init.h> 3955 .init = cxd2841er_init_s, 3996 .init = cxd2841er_init_tc,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 2647 bool init = true; in get_new_segment() local 2690 if (!init) in get_new_segment() 2714 init = false; in get_new_segment() 4497 /* init free segmap information */ in build_free_segmap() 5235 /* init sm info */ in f2fs_build_segment_manager()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 2710 * Drop our io_end reference we got from init. We have in ext4_do_writepages() 4565 void ext4_set_inode_flags(struct inode *inode, bool init) in ext4_set_inode_flags() argument 4570 WARN_ON_ONCE(IS_DAX(inode) && init); in ext4_set_inode_flags() 4586 if (init && ext4_should_enable_dax(inode)) in ext4_set_inode_flags()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 88 #include <linux/init.h> 1002 static void visual_init(struct vc_data *vc, int num, int init) in visual_init() argument 1023 vc->vc_sw->con_init(vc, init); in visual_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 596 * During init, we copy the eeprom information and channel map 2387 * @init: This command is sent as part of station initialization right 2391 * This is the special case in which init is set and we call a callback in 2397 u8 flags, bool init) in il_send_lq_cmd() 2420 BUG_ON(init && (cmd.flags & CMD_ASYNC)); in il_send_lq_cmd() 2430 if (init) { in il_send_lq_cmd() 2431 D_INFO("init LQ command complete," in il_send_lq_cmd() 4315 D_INFO("Failed to init the card\n"); in il_apm_init() 2396 il_send_lq_cmd(struct il_priv *il, struct il_link_quality_cmd *lq, u8 flags, bool init) il_send_lq_cmd() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 10 #include <linux/init.h> 4092 mlx5_ib_warn(dev, "mr cache init failed %d\n", ret); in mlx5_ib_stage_post_ib_reg_umr_init() 4181 if (profile->stage[i].init) { in __mlx5_ib_add() 4182 err = profile->stage[i].init(dev); in __mlx5_ib_add()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 2389 /* init save restore block */ in gfx_v6_0_rlc_init() 3055 .init = gfx_v6_0_rlc_init, 3102 r = adev->gfx.rlc.funcs->init(adev); in gfx_v6_0_sw_init() 3104 DRM_ERROR("Failed to init rlc BOs!\n"); in gfx_v6_0_sw_init()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg.c | 3493 alg->init = caam_cra_init; in caam_skcipher_alg_init() 3507 alg->init = caam_aead_init; in caam_aead_alg_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 748 if (WARN(mc & MCTL_EN_MAC, "HW error MAC running on init")) in wlc_phy_init() 758 phy_init = pi->pi_fptr.init; in wlc_phy_init() 939 (u16) radioregs[i].init); in wlc_phy_init_radio_regs_allbands()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_flower.c | 9 #include <linux/init.h> 400 /* Flower classifier only changes root pointer during init and destroy. in fl_head_dereference() 3206 .init = fl_init,
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_user.c | 25 #include <linux/init.h> 3567 .init = xfrm_user_net_init,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 136 #include <linux/init.h> 3854 .init = pg_net_init,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 42 #include <linux/init.h> 3104 .init = ipmr_net_init,
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 18 #include <linux/init.h> 3865 .init = ctnetlink_net_init,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 2861 nvdev_trace(device, "init running...\n"); in nvkm_device_init() 2864 if (device->func->init) { in nvkm_device_init() 2865 ret = device->func->init(device); in nvkm_device_init() 2882 nvdev_trace(device, "init completed in %lldus\n", time); in nvkm_device_init() 2894 nvdev_error(device, "init failed with %d\n", ret); in nvkm_device_init()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 31 "Use IBM Netcamera Pro init sequences for Model 3 cams"); 121 * This struct is used to init the Model3 cam to use the RCA video in port 1693 /* Assorted init */ in cit_start_model1() 2758 to restart with this without redoing the entire init in sd_stop0() 3065 .init = sd_init, 3080 .init = sd_init,
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 31 "Use IBM Netcamera Pro init sequences for Model 3 cams"); 121 * This struct is used to init the Model3 cam to use the RCA video in port 1693 /* Assorted init */ in cit_start_model1() 2758 to restart with this without redoing the entire init in sd_stop0() 3065 .init = sd_init, 3080 .init = sd_init,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 2352 /* init save restore block */ in gfx_v6_0_rlc_init() 3020 .init = gfx_v6_0_rlc_init, 3067 r = adev->gfx.rlc.funcs->init(adev); in gfx_v6_0_sw_init() 3069 DRM_ERROR("Failed to init rlc BOs!\n"); in gfx_v6_0_sw_init()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg.c | 3719 alg->init = caam_cra_init; in caam_skcipher_alg_init() 3733 alg->init = caam_aead_init; in caam_aead_alg_init()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 25 #include <linux/init.h> 1150 .init = ppp_init_net,
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 749 if (WARN(mc & MCTL_EN_MAC, "HW error MAC running on init")) in wlc_phy_init() 759 phy_init = pi->pi_fptr.init; in wlc_phy_init() 940 (u16) radioregs[i].init); in wlc_phy_init_radio_regs_allbands()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1734 .init = dw_hdmi_phy_init, 2293 ret = hdmi->phy.ops->init(hdmi, hdmi->phy.data, in dw_hdmi_setup()
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 109 #include <linux/init.h> 3569 .init = unix_net_init,
|