Home
last modified time | relevance | path

Searched refs:weakref (Results 1 - 9 of 9) sorted by relevance

/kernel/liteos_a/drivers/mtd/multi_partition/src/
H A Dmtd_partition.c45 static VOID YaffsLockInit(VOID) __attribute__((weakref("yaffsfs_OSInitialisation")));
46 static VOID YaffsLockDeinit(VOID) __attribute__((weakref("yaffsfs_OsDestroy")));
47 static INT32 Jffs2LockInit(VOID) __attribute__((weakref("Jffs2MutexCreate")));
48 static VOID Jffs2LockDeinit(VOID) __attribute__((weakref("Jffs2MutexDelete")));
/kernel/linux/linux-5.10/drivers/acpi/
H A Dtables.c768 static void *amlcode __attribute__ ((weakref("AmlCode")));
769 static void *dsdt_amlcode __attribute__ ((weakref("dsdt_aml_code")));
/kernel/linux/linux-6.6/drivers/acpi/
H A Dtables.c835 static void *amlcode __attribute__ ((weakref("AmlCode")));
836 static void *dsdt_amlcode __attribute__ ((weakref("dsdt_aml_code")));
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c74 VOID *param) __attribute__((weakref("osReHookFuncAdd")));
76 static UINT32 OsReHookFuncDelDiskRef(StorageHookFunction handler) __attribute__((weakref("osReHookFuncDel")));
/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c272 unsigned int uid, unsigned int gid) __attribute__((weakref("nfs_mount")));
/kernel/liteos_a/kernel/base/core/
H A Dlos_task.c82 UINT32 param2) __attribute__((weakref("OsSetConsoleID")));
/kernel/liteos_a/syscall/
H A Dfs_syscall.c728 unsigned int uid, unsigned int gid) __attribute__((weakref("nfs_mount")));
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py100 import weakref namespace
338 model_cache = weakref.WeakValueDictionary()
4880 self.instances_to_shutdown_on_exit = weakref.WeakSet()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py100 import weakref namespace
339 model_cache = weakref.WeakValueDictionary()
4793 self.instances_to_shutdown_on_exit = weakref.WeakSet()

Completed in 25 milliseconds