Searched refs:try_module_get (Results 1 - 25 of 356) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c159 if (!try_module_get(info->fbops->owner))
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c30 if (calls && !try_module_get(calls->owner))
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf_mbox.c102 try_module_get(THIS_MODULE);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c254 if (!try_module_get(THIS_MODULE))
/linux-master/drivers/media/mc/
H A Dmc-dev-allocator.c74 if (owner != mdi->owner && !try_module_get(mdi->owner))
/linux-master/drivers/target/
H A Dtarget_core_hba.c102 if (tb->ops->owner && !try_module_get(tb->ops->owner))
/linux-master/drivers/usb/gadget/
H A Dfunctions.c24 if (!try_module_get(fd->mod)) {
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c177 if (!try_module_get(dssdev->owner))
/linux-master/include/linux/
H A Dipack.h275 return try_module_get(dev->bus->owner);
/linux-master/sound/aoa/core/
H A Dcore.c27 if (!try_module_get(c->owner))
/linux-master/arch/powerpc/kernel/
H A Deeh_driver.c109 if (!try_module_get(pdev->dev.driver->owner))
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c466 if (!try_module_get(kvm_ops->owner))
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c751 if (!try_module_get(func->dev->handlers->owner))
928 if (!try_module_get(client->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)) {
/linux-master/block/
H A Dbdev.c881 if (!try_module_get(disk->fops->owner))
H A Delevator.h91 return try_module_get(e->elevator_owner);
/linux-master/crypto/
H A Daf_alg.c53 if (try_module_get(node->type->owner))
H A Dalgboss.c82 if (!try_module_get(THIS_MODULE))
196 if (!try_module_get(THIS_MODULE))
H A Dapi.c43 return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL;
H A Dinternal.h175 return try_module_get(tmpl->module);
/linux-master/drivers/acpi/
H A Dosl.c899 if (!try_module_get(acpi_debugger.owner)) {
929 if (!try_module_get(acpi_debugger.owner)) {
959 if (!try_module_get(acpi_debugger.owner)) {
989 if (!try_module_get(acpi_debugger.owner)) {
1020 if (!try_module_get(acpi_debugger.owner)) {
H A Dprocessor_perflib.c483 if (!try_module_get(calling_module))
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c535 if (!try_module_get(pi->proto->owner))
/linux-master/drivers/base/
H A Ddevcoredump.c342 if (!try_module_get(owner))
/linux-master/drivers/base/firmware_loader/
H A Dmain.c1228 if (!try_module_get(module)) {

Completed in 444 milliseconds

1234567891011>>