Home
last modified time | relevance | path

Searched defs:once (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dcall_once.h11 struct once { struct
16 static inline void __once_init(struct once *once, const char *name, in __once_init()
23 #define once_init(once) \ argument
44 static inline int call_once(struct once *once, int (*cb)(struct once *)) in call_once()
/include/drm/
Ddrm_print.h597 #define _DRM_PRINTK(once, level, fmt, ...) \ argument