Searched refs:try_module_get (Results 151 - 175 of 356) sorted by relevance

1234567891011>>

/linux-master/net/sunrpc/xprtrdma/
H A Dtransport.c313 if (!try_module_get(THIS_MODULE))
/linux-master/drivers/tty/
H A Dtty_ldisc.c103 if (try_module_get(ldops->owner))
/linux-master/net/netfilter/
H A Dnfnetlink.c415 if (!try_module_get(ss->owner)) {
H A Dnf_conntrack_proto.c494 if (!try_module_get(nf_ct_bridge_info->me)) {
H A Dnf_log.c183 if (try_module_get(logger->me))
/linux-master/drivers/video/fbdev/
H A Dmetronomefb.c536 if (!try_module_get(board->owner))
/linux-master/drivers/fpga/
H A Dfpga-mgr.c673 if (!try_module_get(dev->parent->driver->owner))
/linux-master/drivers/isdn/capi/
H A Dkcapi.c68 if (!try_module_get(ctr->owner))
/linux-master/drivers/hte/
H A Dhte.c587 if (!try_module_get(gdev->owner))
/linux-master/crypto/
H A Dapi.c43 return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL;
/linux-master/fs/
H A Dchar_dev.c353 if (!try_module_get(owner))
/linux-master/sound/soc/sof/
H A Dsof-client.c446 if (!try_module_get(sdev->dev->driver->owner))
/linux-master/net/sunrpc/
H A Dauth.c154 if (!try_module_get(ops->owner))
/linux-master/drivers/edac/
H A Dedac_device_sysfs.c251 if (!try_module_get(edac_dev->owner))
/linux-master/drivers/irqchip/
H A Dirq-pruss-intc.c316 if (!try_module_get(THIS_MODULE))
/linux-master/net/bluetooth/
H A Daf_bluetooth.c131 if (bt_proto[proto] && try_module_get(bt_proto[proto]->owner)) {
/linux-master/net/can/
H A Daf_can.c102 if (cp && !try_module_get(cp->prot->owner))
/linux-master/drivers/md/
H A Ddm-log.c41 if (log_type && !try_module_get(log_type->module))
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c69 if (!try_module_get(epc->ops->owner)) {
/linux-master/drivers/hsi/
H A Dhsi_core.c608 if (!try_module_get(to_hsi_controller(port->device.parent)->owner)) {
/linux-master/sound/core/seq/
H A Dseq_ports.c429 if (!try_module_get(port->owner))
/linux-master/sound/core/
H A Dinfo.c80 if (!try_module_get(entry->module))
/linux-master/drivers/input/gameport/
H A Dgameport.c382 if (!try_module_get(owner)) {
/linux-master/drivers/scsi/
H A Dscsi.c753 if (!try_module_get(sdev->host->hostt->module))
/linux-master/drivers/mtd/ubi/
H A Dkapi.c150 if (!try_module_get(THIS_MODULE))

Completed in 525 milliseconds

1234567891011>>