Home
last modified time | relevance | path

Searched refs:once (Results 1 – 6 of 6) sorted by relevance

/include/asm-generic/
Dbug.h138 static bool __section(.data.once) __warned; \
150 static bool __section(.data.once) __warned; \
161 static bool __section(.data.once) __warned; \
Dvmlinux.lds.h288 *(.data.once) \
/include/linux/
Donce.h67 static bool __section(.data.once) ___done = false; \
Dmmdebug.h41 static bool __section(.data.once) __warned; \
Dprintk.h349 static bool __section(.data.once) __print_once; \
360 static bool __section(.data.once) __print_once; \
/include/drm/
Ddrm_print.h289 #define _DRM_PRINTK(once, level, fmt, ...) \ argument
290 printk##once(KERN_##level "[" DRM_NAME "] " fmt, ##__VA_ARGS__)