/linux-4.4.14/net/9p/ |
D | mod.c | 118 try_module_get(t->owner)) { in v9fs_get_trans_by_name() 140 if (t->def && try_module_get(t->owner)) { in v9fs_get_default_trans() 147 if (try_module_get(t->owner)) { in v9fs_get_default_trans()
|
/linux-4.4.14/virt/lib/ |
D | irqbypass.c | 94 if (!try_module_get(THIS_MODULE)) in irq_bypass_register_producer() 141 if (!try_module_get(THIS_MODULE)) in irq_bypass_unregister_producer() 185 if (!try_module_get(THIS_MODULE)) in irq_bypass_register_consumer() 232 if (!try_module_get(THIS_MODULE)) in irq_bypass_unregister_consumer()
|
/linux-4.4.14/net/rds/ |
D | transport.c | 94 (!trans->t_owner || try_module_get(trans->t_owner))) { in rds_trans_get_preferred() 115 (!trans->t_owner || try_module_get(trans->t_owner))) { in rds_trans_get()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | dvbsky.c | 347 if (!try_module_get(client->dev.driver->owner)) { in dvbsky_s960_attach() 469 if (!try_module_get(client_tuner->dev.driver->owner)) { in dvbsky_s960c_attach() 490 if (!try_module_get(client_ci->dev.driver->owner)) { in dvbsky_s960c_attach() 549 if (!try_module_get(client_demod->dev.driver->owner)) in dvbsky_t680c_attach() 566 if (!try_module_get(client_tuner->dev.driver->owner)) in dvbsky_t680c_attach() 585 if (!try_module_get(client_ci->dev.driver->owner)) in dvbsky_t680c_attach() 634 if (!try_module_get(client_demod->dev.driver->owner)) in dvbsky_t330_attach() 651 if (!try_module_get(client_tuner->dev.driver->owner)) in dvbsky_t330_attach()
|
D | rtl28xxu.c | 686 if (!try_module_get(client->dev.driver->owner)) { in rtl2831u_frontend_attach() 907 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_frontend_attach() 949 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_frontend_attach() 971 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_frontend_attach() 997 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_frontend_attach() 1187 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_tuner_attach() 1210 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_tuner_attach() 1240 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_tuner_attach() 1286 if (!try_module_get(client->dev.driver->owner)) { in rtl2832u_tuner_attach()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1157 if (!try_module_get(client_ci->dev.driver->owner)) { in dvb_register_ci_mac() 1818 if (!try_module_get(client_demod->dev.driver->owner)) { in dvb_register() 1835 if (!try_module_get(client_sec->dev.driver->owner)) { in dvb_register() 1873 if (!try_module_get(client_demod->dev.driver->owner)) { in dvb_register() 1890 if (!try_module_get(client_sec->dev.driver->owner)) { in dvb_register() 1924 if (!try_module_get(client_tuner->dev.driver->owner)) { in dvb_register() 1961 if (!try_module_get(client_demod->dev.driver->owner)) { in dvb_register() 1981 if (!try_module_get(client_tuner->dev.driver->owner)) { in dvb_register() 2007 if (!try_module_get(client_demod->dev.driver->owner)) { in dvb_register() 2026 if (!try_module_get(client_tuner->dev.driver->owner)) { in dvb_register() [all …]
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pci_hotplug_core.c | 71 if (!try_module_get(ops->owner)) \ 110 if (!try_module_get(slot->ops->owner)) { in power_write_file() 167 if (!try_module_get(ops->owner)) { in attention_write_file() 233 if (!try_module_get(slot->ops->owner)) { in test_write_file()
|
D | acpiphp_core.c | 177 if (attention_info && try_module_get(attention_info->owner)) { in set_attention_status() 223 if (attention_info && try_module_get(attention_info->owner)) { in get_attention_status()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 157 if (try_module_get(pos->gm_owner)) in _gss_mech_get_by_name() 193 if (try_module_get(pos->gm_owner)) in gss_mech_get_by_OID() 223 if (try_module_get(pos->gm_owner)) in _gss_mech_get_by_pseudoflavor()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy.c | 151 if (IS_ERR(phy) || !try_module_get(phy->dev->driver->owner)) { in usb_get_phy() 207 if (!try_module_get(phy->dev->driver->owner)) { in devm_usb_get_phy_by_node() 286 if (IS_ERR(phy) || !try_module_get(phy->dev->driver->owner)) { in usb_get_phy_dev()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_transport.c | 15 if (t->owner && !try_module_get(t->owner)) { in iscsit_get_transport()
|
/linux-4.4.14/fs/ |
D | filesystems.c | 156 if (index <= 0 && try_module_get(tmp->owner)) in fs_name() 265 if (fs && !try_module_get(fs->owner)) in __get_fs_type()
|
D | anon_inodes.c | 81 if (fops->owner && !try_module_get(fops->owner)) in anon_inode_getfile()
|
D | char_dev.c | 327 if (owner && !try_module_get(owner)) in cdev_get()
|
D | exec.c | 152 if (!try_module_get(fmt->module)) in SYSCALL_DEFINE1() 1424 if (!try_module_get(fmt->module)) in search_binary_handler()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | base.c | 30 if (calls && !try_module_get(calls->owner)) in cxl_calls_get()
|
/linux-4.4.14/drivers/cpuidle/ |
D | governor.c | 62 if (!try_module_get(cpuidle_curr_governor->owner)) in cpuidle_switch_governor()
|
D | cpuidle.c | 458 if (!try_module_get(drv->owner)) in __cpuidle_register_device()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-dvb.c | 137 if (!try_module_get(tuner->dev.driver->owner)) { in si2157_attach() 661 if (!try_module_get(client_demod->dev.driver->owner)) { in saa7164_dvb_register() 683 if (!try_module_get(client_tuner->dev.driver->owner)) { in saa7164_dvb_register() 706 if (!try_module_get(client_demod->dev.driver->owner)) { in saa7164_dvb_register() 728 if (!try_module_get(client_tuner->dev.driver->owner)) { in saa7164_dvb_register()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_pe.c | 31 !try_module_get(pe->module)) { in __ip_vs_pe_getbyname()
|
D | ip_vs_sched.c | 96 if (sched->module && !try_module_get(sched->module)) { in ip_vs_sched_getbyname()
|
D | ip_vs_app.c | 52 return try_module_get(app->module); in ip_vs_app_get()
|
/linux-4.4.14/net/nfc/ |
D | af_nfc.c | 42 if (proto_tab[proto] && try_module_get(proto_tab[proto]->owner)) { in nfc_sock_create()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 1343 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1365 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1498 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1545 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1568 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1596 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1632 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1657 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1693 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init() 1718 if (!try_module_get(client->dev.driver->owner)) { in em28xx_dvb_init()
|
/linux-4.4.14/include/linux/ |
D | module.h | 587 extern bool try_module_get(struct module *module); 592 static inline int try_module_get(struct module *module) in try_module_get() function 682 static inline int try_module_get(struct module *module) in try_module_get() function
|
D | ipack.h | 278 return try_module_get(dev->bus->owner); in ipack_get_carrier()
|
/linux-4.4.14/drivers/mtd/chips/ |
D | chipreg.c | 46 if (ret && !try_module_get(ret->module)) in get_mtd_chip_driver()
|
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 370 if (IS_ERR(phy_provider) || !try_module_get(phy_provider->owner)) { in _of_phy_get() 414 if (!try_module_get(phy->ops->owner)) in of_phy_get() 520 if (!try_module_get(phy->ops->owner)) in phy_get() 662 if (!try_module_get(phy->ops->owner)) { in devm_of_phy_get_by_index()
|
/linux-4.4.14/crypto/ |
D | algboss.c | 104 if (!try_module_get(THIS_MODULE)) in cryptomgr_schedule_probe() 239 if (!try_module_get(THIS_MODULE)) in cryptomgr_schedule_test()
|
D | internal.h | 121 return try_module_get(tmpl->module); in crypto_tmpl_get()
|
D | af_alg.c | 53 if (try_module_get(node->type->owner)) in alg_get_type()
|
D | api.c | 41 return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL; in crypto_mod_get()
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dongle.c | 100 if (!try_module_get(drv->owner)) { in sirdev_get_dongle()
|
D | sir_dev.c | 801 if (!try_module_get(drv->owner)) in sirdev_open()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | functions.c | 23 if (!try_module_get(fd->mod)) { in try_get_usb_function_instance()
|
/linux-4.4.14/drivers/net/ppp/ |
D | pppox.c | 118 !try_module_get(pppox_protos[protocol]->owner)) in pppox_create()
|
/linux-4.4.14/drivers/md/ |
D | dm-path-selector.c | 47 if (psi && !try_module_get(psi->pst.module)) in get_path_selector()
|
D | dm-target.c | 39 if (tt && !try_module_get(tt->module)) in get_target_type()
|
D | dm-cache-policy.c | 35 if (t && !try_module_get(t->owner)) { in __get_policy_once()
|
D | dm-exception-store.c | 41 if (type && !try_module_get(type->module)) in _get_exception_store_type()
|
D | dm-log.c | 40 if (log_type && !try_module_get(log_type->module)) in _get_dirty_log_type()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-common.c | 160 if (!try_module_get(client->dev.driver->owner)) in v4l2_i2c_new_subdev_board() 278 if (!try_module_get(spi->dev.driver->owner)) in v4l2_spi_new_subdev()
|
D | v4l2-device.c | 170 if (!sd->owner_v4l2_dev && !try_module_get(sd->owner)) in v4l2_device_register_subdev()
|
D | v4l2-clk.c | 100 ret = !try_module_get(clk->ops->owner); in v4l2_clk_lock_driver()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 43 if (calls && !try_module_get(calls->owner)) in spufs_calls_get()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_cong.c | 160 if (likely(try_module_get(ca->owner))) { in tcp_assign_congestion_control() 359 else if (!try_module_get(ca->owner)) in tcp_set_congestion_control()
|
D | tcp_minisocks.c | 420 if (likely(ca && try_module_get(ca->owner))) { in tcp_ca_openreq_child() 431 !try_module_get(icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 259 if (!try_module_get(ct->ops->owner)) in wf_get_control() 354 if (!try_module_get(sr->ops->owner)) in wf_get_sensor()
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_seq.c | 274 if (!try_module_get(emu->ops.owner)) in __snd_emux_inc_count() 276 if (!try_module_get(emu->card->module)) { in __snd_emux_inc_count()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_api.c | 348 if (!found || !try_module_get(zops->owner)) in __ops_lookup() 448 if (try_module_get(zdev->ap_dev->drv->driver.owner)) { in zcrypt_rsa_modexpo() 532 if (try_module_get(zdev->ap_dev->drv->driver.owner)) { in zcrypt_rsa_crt() 567 if (try_module_get(zdev->ap_dev->drv->driver.owner)) { in zcrypt_send_cprb() 651 if (try_module_get(zdev->ap_dev->drv->driver.owner)) { in zcrypt_send_ep11_cprb() 683 if (try_module_get(zdev->ap_dev->drv->driver.owner)) { in zcrypt_rng()
|
/linux-4.4.14/drivers/rapidio/ |
D | rio.c | 1391 } else if (try_module_get(ops->owner)) { in rio_route_add_entry() 1444 } else if (try_module_get(ops->owner)) { in rio_route_get_entry() 1491 } else if (try_module_get(ops->owner)) { in rio_route_clr_table() 1782 if (!try_module_get(port->nscan->owner)) { in rio_mport_scan() 1826 if (try_module_get(work->mport->nscan->owner)) { in disc_work_handler() 1848 if (port->nscan && try_module_get(port->nscan->owner)) { in rio_init_mports()
|
/linux-4.4.14/sound/aoa/core/ |
D | core.c | 28 if (!try_module_get(c->owner)) in attach_codec_to_fabric()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_encoder_slave.c | 76 if (!try_module_get(module)) { in drm_i2c_encoder_init()
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth.c | 50 !try_module_get(aops->owner)) { in svc_authenticate()
|
D | auth.c | 150 if (ops == NULL || !try_module_get(ops->owner)) { in rpcauth_get_pseudoflavor() 188 if (ops == NULL || !try_module_get(ops->owner)) { in rpcauth_get_gssinfo() 271 if (ops == NULL || !try_module_get(ops->owner)) { in rpcauth_create()
|
D | cache.c | 982 if (!cd || !try_module_get(cd->owner)) in cache_open() 1387 if (!cd || !try_module_get(cd->owner)) in content_open() 1412 if (!cd || !try_module_get(cd->owner)) in open_flush()
|
D | xprtsock.c | 2830 if (try_module_get(THIS_MODULE)) in xs_setup_local() 2907 if (try_module_get(THIS_MODULE)) in xs_setup_udp() 2985 if (try_module_get(THIS_MODULE)) in xs_setup_tcp() 3063 if (try_module_get(THIS_MODULE)) in xs_setup_bc_tcp()
|
/linux-4.4.14/lib/ |
D | textsearch.c | 118 if (!try_module_get(o->owner)) in lookup_ts_algo()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-proc.c | 115 if (!try_module_get(THIS_MODULE)) in rtc_proc_open()
|
D | interface.c | 594 if (!try_module_get(rtc->owner)) { in rtc_class_open()
|
/linux-4.4.14/drivers/target/ |
D | target_core_hba.c | 115 if (tb->ops->owner && !try_module_get(tb->ops->owner)) in core_get_backend()
|
/linux-4.4.14/arch/s390/appldata/ |
D | appldata_base.c | 312 if (!try_module_get(ops->owner)) { // protect this function in appldata_generic_handler() 344 if (!try_module_get(ops->owner)) { in appldata_generic_handler()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto.c | 87 if (!try_module_get(p->me)) in nf_ct_l3proto_find_get() 135 if (!try_module_get(p->me)) in nf_ct_l4proto_find_get()
|
D | nf_sockopt.c | 69 if (!try_module_get(ops->owner)) in nf_sockopt_find()
|
D | nft_compat.c | 652 if (!try_module_get(match->me)) in nft_match_select_ops() 732 if (!try_module_get(target->me)) in nft_target_select_ops()
|
D | nf_conntrack_helper.c | 163 if (h != NULL && !try_module_get(h->me)) in nf_conntrack_helper_try_module_get()
|
D | x_tables.c | 188 if (try_module_get(m->me)) { in xt_find_match() 231 if (try_module_get(t->me)) { in xt_find_target() 939 if (strcmp(t->name, name) == 0 && try_module_get(t->me)) in xt_find_table_lock()
|
D | nfnetlink_acct.c | 408 if (!try_module_get(THIS_MODULE)) in nfnl_acct_find_get()
|
D | nf_log.c | 170 if (logger && try_module_get(logger->me)) in nf_logger_find_get()
|
D | nfnetlink_cttimeout.c | 523 if (!try_module_get(THIS_MODULE)) in ctnl_timeout_find_get()
|
/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_seq.c | 51 if (!try_module_get(opl4->card->module)) in snd_opl4_seq_use_inc()
|
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 140 if (!try_module_get(acomp->ops->owner)) { in hdac_component_master_bind()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_virmidi.c | 297 if (!try_module_get(rdev->card->module)) in snd_virmidi_subscribe() 327 if (!try_module_get(rdev->card->module)) in snd_virmidi_use()
|
D | seq_ports.c | 423 if (!try_module_get(port->owner)) in subscribe_port()
|
/linux-4.4.14/sound/isa/wavefront/ |
D | wavefront_fx.c | 150 if (!try_module_get(hw->card->module)) in snd_wavefront_fx_open()
|
/linux-4.4.14/mm/ |
D | zpool.c | 82 bool got = try_module_get(driver->owner); in zpool_get_driver()
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-chardev.c | 42 if (try_module_get(fmc->owner) == 0) in fc_open()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-dvb.c | 188 if (!try_module_get(client->dev.driver->owner)) { in c8sectpfe_frontend_attach()
|
/linux-4.4.14/drivers/base/ |
D | map.c | 112 if (!try_module_get(p->owner)) in kobj_lookup()
|
D | devcoredump.c | 250 if (!try_module_get(owner)) in dev_coredumpm()
|
/linux-4.4.14/drivers/tty/serial/ |
D | kgdboc.c | 292 try_module_get(THIS_MODULE); in kgdboc_pre_exp_handler()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-security.c | 30 return try_module_get(sec->owner) ? sec : NULL; in rxrpc_security_get()
|
/linux-4.4.14/drivers/reset/ |
D | core.c | 191 try_module_get(rcdev->owner); in of_reset_control_get()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-chip.c | 52 if (try_module_get(pos->pdev->driver->owner)) { in tpm_chip_find_get()
|
/linux-4.4.14/fs/configfs/ |
D | file.c | 224 if (!try_module_get(attr->ca_owner)) { in check_perm()
|
D | dir.c | 1207 if (!try_module_get(subsys_owner)) { in configfs_mkdir() 1262 if (!try_module_get(new_item_owner)) { in configfs_mkdir()
|
/linux-4.4.14/drivers/s390/char/ |
D | hmcdrv_dev.c | 131 if (!try_module_get(THIS_MODULE)) in hmcdrv_dev_open()
|
D | tape_core.c | 389 if (!try_module_get(discipline->owner)) { in tape_generic_online() 1263 !try_module_get(device->discipline->owner)) { in tape_open()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hecubafb.c | 229 if (!try_module_get(board->owner)) in hecubafb_probe()
|
D | metronomefb.c | 592 if (!try_module_get(board->owner)) in metronomefb_probe()
|
/linux-4.4.14/drivers/vfio/platform/ |
D | vfio_platform_common.c | 42 try_module_get(iter->owner)) { in vfio_platform_lookup_reset() 164 if (!try_module_get(vdev->parent_module)) in vfio_platform_open()
|
/linux-4.4.14/kernel/time/ |
D | tick-common.c | 318 if (!try_module_get(newdev->owner)) in tick_check_new_device()
|
D | clockevents.c | 375 if (!try_module_get(dev->owner)) in clockevents_replace()
|
D | tick-broadcast.c | 96 if (!try_module_get(dev->owner)) in tick_install_broadcast_device()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | am200epd.c | 159 if (!try_module_get(info->fbops->owner)) in am200_share_video_mem()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_seq.c | 41 if (!try_module_get(opl3->card->module)) in snd_opl3_synth_use_inc()
|
/linux-4.4.14/drivers/char/agp/ |
D | backend.c | 280 if (!try_module_get(bridge->driver->owner)) { in agp_add_bridge()
|
/linux-4.4.14/drivers/fpga/ |
D | fpga-mgr.c | 218 if (!try_module_get(dev->parent->driver->owner)) in of_fpga_mgr_get()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_bind.c | 94 if (!try_module_get(owner)) { in hda_codec_driver_probe()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_core.c | 328 if (!try_module_get(dmasound.mach.owner)) { in mixer_open() 766 if (!try_module_get(dmasound.mach.owner)) { in sq_open() 1277 if (!try_module_get(dmasound.mach.owner)) in state_open()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | display.c | 188 if (!try_module_get(dssdev->owner)) in omap_dss_get_device()
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_device.c | 298 if (!try_module_get(mdrv->dev->driver->owner)) { in mic_driver_init()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | rpc_pipefs.c | 174 if (!try_module_get(THIS_MODULE)) in rpc_pipefs_event()
|
/linux-4.4.14/fs/nls/ |
D | nls_base.c | 285 if (nls && !try_module_get(nls->owner)) in find_nls()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | videocodec.c | 107 if (!try_module_get(h->codec->owner)) in videocodec_attach()
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc.c | 281 if (!try_module_get(proto->module)) in attach_hdlc_protocol()
|
/linux-4.4.14/kernel/trace/ |
D | trace_event_perf.c | 217 try_module_get(tp_event->mod)) { in perf_trace_init()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-platform-compress.c | 64 if (!sst || !try_module_get(sst->dev->driver->owner)) { in sst_platform_compr_open()
|
D | sst-mfld-platform-pcm.c | 41 if (!try_module_get(dev->dev->driver->owner)) in sst_register_dsp() 325 !try_module_get(sst->dev->driver->owner)) { in sst_media_open()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_dh.c | 131 if (!try_module_get(scsi_dh->module)) in scsi_dh_handler_attach()
|
D | scsi.c | 918 if (!try_module_get(sdev->host->hostt->module)) in scsi_device_get()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | drivers.c | 920 if (!try_module_get(driv->module)) in comedi_device_attach() 935 if (!try_module_get(driv->module)) in comedi_device_attach()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 420 if (!try_module_get(accel_dev->owner)) in adf_dev_get()
|
/linux-4.4.14/net/atm/ |
D | ioctl.c | 168 if (try_module_get(ic->owner)) { in do_vcc_ioctl()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_proc.c | 353 if (try_module_get(THIS_MODULE)) { in drbd_proc_open()
|
/linux-4.4.14/sound/oss/ |
D | sequencer.c | 1037 if (!try_module_get(synth_devs[i]->owner)) in sequencer_open() 1068 if (!try_module_get(midi_devs[i]->owner)) in sequencer_open() 1080 if (try_module_get(tmr->owner)) in sequencer_open()
|
D | audio.c | 92 if (!try_module_get(driver->owner)) in audio_open() 99 if (!try_module_get(coprocessor->owner)) in audio_open()
|
D | mpu401.c | 494 if (!try_module_get(coprocessor->owner)) { in mpu401_open() 833 if (!try_module_get(coprocessor->owner)) in mpu_synth_open()
|
D | soundcard.c | 222 if (!try_module_get(mixer_devs[dev]->owner)) in sound_open()
|
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 143 } else if (!try_module_get(nu->owner)) { in nci_uart_set_driver()
|
/linux-4.4.14/drivers/ide/ |
D | ide.c | 82 if (module && !try_module_get(module)) { in ide_device_get()
|
/linux-4.4.14/net/core/ |
D | drop_monitor.c | 235 if (!try_module_get(THIS_MODULE)) { in set_all_monitor_traces()
|
D | fib_rules.c | 75 if (!try_module_get(ops->owner)) in lookup_rules_ops() 676 if (idx < cb->args[0] || !try_module_get(ops->owner)) in fib_nl_dumprule()
|
/linux-4.4.14/net/batman-adv/ |
D | icmp_socket.c | 68 if (!try_module_get(THIS_MODULE)) in batadv_socket_open()
|
D | debugfs.c | 123 if (!try_module_get(THIS_MODULE)) in batadv_log_open()
|
/linux-4.4.14/net/openvswitch/ |
D | vport.c | 209 if (!try_module_get(ops->owner)) in ovs_vport_add()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 193 if (!try_module_get(THIS_MODULE)) in qmgr_request_queue()
|
D | ixp4xx_npe.c | 675 if (try_module_get(THIS_MODULE)) in npe_request()
|
/linux-4.4.14/drivers/hwspinlock/ |
D | hwspinlock_core.c | 493 if (!try_module_get(dev->driver->owner)) { in __hwspin_lock_request()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 173 try_module_get(THIS_MODULE); in obd_class_open()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | gluebi.c | 102 if (!try_module_get(THIS_MODULE)) in gluebi_get_device()
|
D | kapi.c | 162 if (!try_module_get(THIS_MODULE)) in ubi_open_volume()
|
/linux-4.4.14/drivers/mailbox/ |
D | mailbox.c | 338 if (chan->cl || !try_module_get(mbox->dev->driver->owner)) { in mbox_request_channel()
|
/linux-4.4.14/net/sched/ |
D | ematch.c | 103 if (!try_module_get(e->owner)) in tcf_em_lookup()
|
D | act_api.c | 376 if (try_module_get(a->owner)) in tc_lookup_action_n() 395 if (try_module_get(a->owner)) in tc_lookup_action()
|
D | cls_api.c | 49 if (try_module_get(t->owner)) in tcf_proto_lookup_ops()
|
D | sch_generic.c | 626 if (!try_module_get(ops->owner)) in qdisc_create_dflt()
|
/linux-4.4.14/drivers/watchdog/ |
D | watchdog_dev.c | 433 if (!try_module_get(wdd->ops->owner)) in watchdog_open()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 816 if (!try_module_get(client->dev.driver->owner)) { in dvb_init() 872 if (!try_module_get(client->dev.driver->owner)) { in dvb_init()
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 395 if (!try_module_get(cl->dev.driver->owner)) in pt3_attach_fe() 420 if (!try_module_get(cl->dev.driver->owner)) in pt3_attach_fe()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 395 if (new_crypt->ops && try_module_get(new_crypt->ops->owner)) in libipw_wx_set_encode() 626 if (new_crypt->ops && try_module_get(new_crypt->ops->owner)) in libipw_wx_set_encodeext()
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | core.c | 115 if (!try_module_get(stm->owner)) { in stm_find_device() 344 if (!try_module_get(stmf->stm->owner)) in stm_char_open()
|
/linux-4.4.14/fs/pstore/ |
D | platform.c | 460 if (owner && !try_module_get(owner)) { in pstore_register()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 243 try_module_get(THIS_MODULE); in prepare_cached_spu_info()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 372 if (new_crypt->ops && try_module_get(new_crypt->ops->owner)) in ieee80211_wx_set_encode() 618 if (new_crypt->ops && try_module_get(new_crypt->ops->owner)) in ieee80211_wx_set_encode_ext()
|
/linux-4.4.14/drivers/block/paride/ |
D | paride.c | 378 if (!try_module_get(proto->owner)) in pi_init()
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 426 if (!try_module_get(THIS_MODULE)) in rpc_pipefs_event()
|
D | client.c | 113 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version() 161 if (!try_module_get(clp->cl_nfs_mod->owner)) in nfs_alloc_client()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 266 if (!try_module_get(THIS_MODULE)) in functionfs_acquire_dev()
|
/linux-4.4.14/drivers/edac/ |
D | edac_pci_sysfs.c | 364 if (!try_module_get(THIS_MODULE)) { in edac_pci_main_kobj_setup()
|
D | edac_device_sysfs.c | 257 if (!try_module_get(edac_dev->owner)) { in edac_device_register_sysfs_main_kobj()
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 951 if (!try_module_get(THIS_MODULE)) { in i2sbus_attach_codec() 957 if (!try_module_get(ci->owner)) { in i2sbus_attach_codec()
|
/linux-4.4.14/drivers/parport/ |
D | share.c | 730 if (!try_module_get(port->ops->owner)) { in parport_register_device() 858 if (!try_module_get(port->ops->owner)) in parport_register_dev_model()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | common.c | 193 if (bcs->use_count || !try_module_get(bcs->cs->driver->owner)) { in gigaset_get_channel() 212 if (!try_module_get(cs->driver->owner)) { in gigaset_get_free_channel()
|
D | interface.c | 124 if (!cs || !try_module_get(cs->driver->owner)) in if_open()
|
/linux-4.4.14/net/phonet/ |
D | af_phonet.c | 49 if (pp && !try_module_get(pp->prot->owner)) in phonet_proto_get()
|
/linux-4.4.14/drivers/block/ |
D | osdblk.c | 506 if (!try_module_get(THIS_MODULE)) in class_osdblk_add()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 750 if (!try_module_get(func->dev->handlers->owner)) in pmf_get_function() 927 if (!try_module_get(client->owner)) in pmf_do_irq()
|
/linux-4.4.14/fs/ocfs2/ |
D | stackglue.c | 95 if (!p || !try_module_get(p->sp_owner)) { in ocfs2_stack_driver_request()
|
/linux-4.4.14/drivers/media/ |
D | media-entity.c | 387 !try_module_get(entity->parent->dev->driver->owner)) in media_entity_get()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 184 try_module_get(THIS_MODULE); in libcfs_psdev_open()
|
/linux-4.4.14/sound/core/ |
D | hwdep.c | 102 if (!try_module_get(hw->card->module)) { in snd_hwdep_open()
|
D | info.c | 96 if (!try_module_get(entry->module)) in alloc_info_private()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldisc.c | 119 if (try_module_get(ldops->owner)) { in get_ldops()
|
D | pty.c | 393 if (!try_module_get(driver->other->owner)) { in pty_common_install()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_main.c | 42 if (!try_module_get(gus->card->module)) in snd_gus_use_inc()
|
/linux-4.4.14/drivers/lightnvm/ |
D | gennvm.c | 222 if (!try_module_get(THIS_MODULE)) in gennvm_register()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | speedfax.c | 267 if (!try_module_get(THIS_MODULE)) in sfax_dctrl()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_driver.c | 65 if (!try_module_get(pdev->driver->driver.owner)) in eeh_pcid_get()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_net.c | 1334 if (!try_module_get(dvbdev->adapter->module)) { 1394 if (!try_module_get(dvbdev->adapter->module)) {
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip_core.c | 1015 if (!try_module_get(THIS_MODULE)) in open_dchannel() 1041 if (!try_module_get(THIS_MODULE)) in open_bchannel()
|
/linux-4.4.14/drivers/vfio/ |
D | vfio.c | 857 if (!try_module_get(driver->ops->owner)) in vfio_ioctl_check_extension() 928 if (!try_module_get(driver->ops->owner)) in vfio_ioctl_set_iommu()
|
/linux-4.4.14/drivers/acpi/ |
D | processor_perflib.c | 477 if (!try_module_get(calling_module)) in acpi_processor_notify_smm()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | transport.c | 411 if (!try_module_get(THIS_MODULE)) in xprt_setup_rdma()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 238 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup()
|
/linux-4.4.14/drivers/w1/masters/ |
D | omap_hdq.c | 444 try_module_get(THIS_MODULE); in omap_hdq_get()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 308 if (!try_module_get(exp_info->owner)) in dma_buf_export()
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 387 if (!try_module_get(owner)) { in gameport_queue_event()
|
/linux-4.4.14/drivers/misc/ |
D | kgdbts.c | 1166 try_module_get(THIS_MODULE); in kgdbts_pre_exp_handler()
|
/linux-4.4.14/drivers/hsi/ |
D | hsi.c | 622 if (!try_module_get(to_hsi_controller(port->device.parent)->owner)) { in hsi_claim_port()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinmux.c | 141 if (!try_module_get(pctldev->owner)) { in pin_request()
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 127 if (bt_proto[proto] && try_module_get(bt_proto[proto]->owner)) { in bt_sock_create()
|
/linux-4.4.14/drivers/pwm/ |
D | core.c | 117 if (!try_module_get(pwm->chip->ops->owner)) in pwm_device_request()
|
/linux-4.4.14/net/can/ |
D | af_can.c | 124 if (cp && !try_module_get(cp->prot->owner)) in can_get_proto()
|
/linux-4.4.14/drivers/nvdimm/ |
D | bus.c | 101 if (!try_module_get(provider)) in nvdimm_bus_probe()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 244 if( 0 == try_module_get(dev->ext->module)) { in fops_open()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 658 try_module_get(THIS_MODULE); in dst_ca_open()
|
/linux-4.4.14/drivers/usb/serial/ |
D | usb-serial.c | 191 if (!try_module_get(serial->type->driver.owner)) in serial_install() 745 if (!try_module_get(type->driver.owner)) { in usb_serial_probe()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 682 ret = try_module_get(ici->ops->owner) ? 0 : -ENODEV; in soc_camera_open() 1220 if (!try_module_get(ici->ops->owner)) in soc_camera_clk_enable() 1803 !try_module_get(control->driver->owner)) { in soc_camera_probe()
|
/linux-4.4.14/kernel/livepatch/ |
D | core.c | 902 if (!try_module_get(patch->mod)) in klp_register_patch()
|
/linux-4.4.14/drivers/media/rc/ |
D | lirc_dev.c | 478 if (try_module_get(cdev->owner)) { in lirc_dev_fop_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 482 if (!try_module_get(THIS_MODULE)) in loop_set_fd()
|
/linux-4.4.14/fs/dlm/ |
D | lockspace.c | 438 if (!try_module_get(THIS_MODULE)) in new_lockspace()
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 437 if (!try_module_get(idev->owner)) { in uio_open()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 226 if (!try_module_get(intf->debug->owner)) in rt2x00debug_file_open()
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib.c | 589 if (!try_module_get(chip->owner)) in gpiochip_irq_reqres() 956 if (try_module_get(chip->owner)) { in gpiod_request()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_state.c | 217 if (unlikely(type && !try_module_get(type->owner))) in xfrm_get_type() 256 if (!try_module_get(afinfo->owner)) in xfrm_register_mode() 313 if (unlikely(mode && !try_module_get(mode->owner))) in xfrm_get_mode()
|
/linux-4.4.14/drivers/input/serio/ |
D | serio.c | 287 if (!try_module_get(owner)) { in serio_queue_event()
|
/linux-4.4.14/drivers/nvmem/ |
D | core.c | 425 if (!try_module_get(nvmem->owner)) { in __nvmem_device_get()
|
/linux-4.4.14/block/ |
D | elevator.c | 113 if (e && !try_module_get(e->elevator_owner)) in elevator_get()
|