Searched defs:once (Results 1 – 2 of 2) sorted by relevance
11 struct once { struct16 static inline void __once_init(struct once *once, const char *name, in __once_init()23 #define once_init(once) \ argument44 static inline int call_once(struct once *once, int (*cb)(struct once *)) in call_once()
597 #define _DRM_PRINTK(once, level, fmt, ...) \ argument