Home
last modified time | relevance | path

Searched refs:kobj (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c491 a = atomic_read(&drv->kobj.refcount); in test_get_drv()
503 if ((a == (atomic_read(&drv->kobj.refcount) - 1))) { in test_get_drv()
551 a = atomic_read(&drv->kobj.refcount); in test_put_drv()
557 if ((a == (atomic_read(&drv->kobj.refcount) + 1))) { in test_put_drv()
/third_party/FreeBSD/sys/sys/
Dkobj.h40 typedef struct kobj *kobj_t;
77 struct kobj { struct
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c134 sysfs_path = kobject_get_path(&device->dev.kobj, GFP_KERNEL); in get_sysfs_path()