Searched refs:try_module_get (Results 26 - 50 of 356) sorted by relevance

1234567891011>>

/linux-master/fs/
H A Dfilesystems.c29 * The latter can be guaranteed by call of try_module_get(); if it
163 if (index <= 0 && try_module_get(tmp->owner))
267 if (fs && !try_module_get(fs->owner))
H A Danon_inodes.c87 if (fops->owner && !try_module_get(fops->owner))
/linux-master/crypto/
H A Dalgboss.c82 if (!try_module_get(THIS_MODULE))
196 if (!try_module_get(THIS_MODULE))
/linux-master/net/dsa/
H A Dtag.c191 if (!try_module_get(dsa_tag_driver->owner))
220 if (!try_module_get(dsa_tag_driver->owner))
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_core.c161 if (attention_info && try_module_get(attention_info->owner)) {
207 if (attention_info && try_module_get(attention_info->owner)) {
/linux-master/drivers/target/
H A Dtarget_core_hba.c102 if (tb->ops->owner && !try_module_get(tb->ops->owner))
/linux-master/include/linux/
H A Dipack.h275 return try_module_get(dev->bus->owner);
/linux-master/drivers/net/ppp/
H A Dpppox.c126 !try_module_get(pppox_protos[protocol]->owner))
/linux-master/lib/
H A Dtextsearch.c120 if (!try_module_get(o->owner))
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sched.c91 if (sched->module && !try_module_get(sched->module)) {
/linux-master/sound/drivers/opl4/
H A Dopl4_seq.c51 if (!try_module_get(opl4->card->module))
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-i2c.c95 if (!try_module_get(client->dev.driver->owner))
105 /* Decrease the module use count to match the first try_module_get. */
/linux-master/drivers/base/
H A Dmap.c112 if (!try_module_get(p->owner))
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-dvb.c179 if (!try_module_get(client->dev.driver->owner)) {
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_mgr.c134 if (!try_module_get(vcrypto_dev->owner))
/linux-master/drivers/iio/
H A Dindustrialio-sw-device.c89 if (dt && !try_module_get(dt->owner))
H A Dindustrialio-sw-trigger.c93 if (t && !try_module_get(t->owner))
/linux-master/net/ipv4/
H A Dtcp_ulp.c49 if (!ulp || !try_module_get(ulp->owner))
/linux-master/drivers/md/
H A Ddm-exception-store.c42 if (type && !try_module_get(type->module))
/linux-master/block/
H A Delevator.h91 return try_module_get(e->elevator_owner);
/linux-master/mm/
H A Dzpool.c77 bool got = try_module_get(driver->owner);
/linux-master/sound/synth/emux/
H A Demux_seq.c261 if (!try_module_get(emu->ops.owner))
263 if (!try_module_get(emu->card->module)) {
/linux-master/drivers/macintosh/
H A Dwindfarm_core.c256 if (!try_module_get(ct->ops->owner))
351 if (!try_module_get(sr->ops->owner))
/linux-master/sound/soc/intel/catpt/
H A Ddevice.c84 if (!try_module_get(dev->driver->owner)) {
111 if (!try_module_get(dev->driver->owner)) {
/linux-master/arch/s390/appldata/
H A Dappldata_base.c292 if (!try_module_get(ops->owner)) { // protect this function
308 if (!try_module_get(ops->owner)) {

Completed in 214 milliseconds

1234567891011>>