Searched refs:try_module_get (Results 1 - 25 of 356) sorted by last modified time

1234567891011>>

/linux-master/drivers/nvme/target/
H A Dcore.c339 if (!try_module_get(ops->owner))
/linux-master/drivers/nvme/host/
H A Dcore.c1684 if (!try_module_get(ns->ctrl->ops->module))
3359 if (!try_module_get(ctrl->ops->module)) {
/linux-master/net/sunrpc/
H A Dxprtsock.c3247 if (try_module_get(THIS_MODULE))
3325 if (try_module_get(THIS_MODULE))
3413 if (try_module_get(THIS_MODULE))
3501 if (try_module_get(THIS_MODULE))
3579 if (try_module_get(THIS_MODULE))
H A Dsvcsock.c1474 if (!try_module_get(THIS_MODULE))
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c669 if (cb->registered && !try_module_get(cb->owner)) {
/linux-master/drivers/i2c/
H A Di2c-core-base.c1883 if (!try_module_get(adapter->owner)) {
2593 if (try_module_get(adapter->owner))
/linux-master/drivers/mtd/
H A Dmtdcore.c1247 if (!try_module_get(master->owner)) {
/linux-master/drivers/md/
H A Ddm.c2076 if (!try_module_get(THIS_MODULE))
/linux-master/block/
H A Dbdev.c881 if (!try_module_get(disk->fops->owner))
/linux-master/fs/bcachefs/
H A Dsuper.c2034 if (!try_module_get(THIS_MODULE))
/linux-master/drivers/clk/
H A Dclk.c4186 if (!try_module_get(core->owner)) {
/linux-master/net/sched/
H A Dsch_generic.c995 if (!try_module_get(ops->owner)) {
H A Dsch_api.c209 if (!try_module_get(q->owner))
361 if (!try_module_get(q->owner))
/linux-master/net/netfilter/
H A Dnf_tables_api.c1098 if (!try_module_get(THIS_MODULE))
2319 if (!try_module_get(type->owner)) {
3105 if (type != NULL && try_module_get(type->owner)) {
3780 if (!try_module_get(THIS_MODULE))
6284 if (!try_module_get(THIS_MODULE))
7680 if (type != NULL && try_module_get(type->owner)) {
7705 if (!try_module_get(type->owner))
8375 if (type != NULL && try_module_get(type->owner)) {
/linux-master/kernel/
H A Dfork.c1695 if (mm->binfmt && !try_module_get(mm->binfmt->module))
H A Dkprobes.c1596 if (unlikely(!try_module_get(*probed_mod))) {
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c2390 !try_module_get(THIS_MODULE))
/linux-master/kernel/time/
H A Dtick-common.c352 if (!try_module_get(newdev->owner))
/linux-master/net/bridge/netfilter/
H A Debtables.c338 if (!try_module_get(owner))
1056 if (!table->nentries && newinfo->nentries && !try_module_get(t->me)) {
1248 if (newinfo->nentries && !try_module_get(table->me)) {
/linux-master/kernel/trace/
H A Dbpf_trace.c68 if (try_module_get(btm->module))
2925 if (!try_module_get(mod))
/linux-master/kernel/bpf/
H A Dsyscall.c599 if (fields[i].kptr.module && !try_module_get(fields[i].kptr.module)) {
/linux-master/include/linux/
H A Dfs.h2531 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))
H A Dbpf.h1795 return try_module_get(owner);
1831 return try_module_get(owner);
/linux-master/drivers/gpio/
H A Dgpiolib.c2312 if (try_module_get(desc->gdev->owner)) {
3720 if (!try_module_get(gc->gpiodev->owner))
/linux-master/kernel/irq/
H A Dmanage.c1517 if (!try_module_get(desc->owner))

Completed in 1112 milliseconds

1234567891011>>