Home
last modified time | relevance | path

Searched refs:try_module_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dcompat.h168 #define try_module_get(...) 1 macro
/openbmc/u-boot/drivers/mtd/ubi/
H A Dkapi.c156 if (!try_module_get(THIS_MODULE)) in ubi_open_volume()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c903 if (!strcmp(p->name, name) && try_module_get(p->owner)) { in get_partition_parser()
H A Dmtdcore.c755 if (!try_module_get(mtd->owner)) in __get_mtd_device()