参照元

説明

引数

返り値

参考

実装

#if defined(CONFIG_MMU) && \
	(defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_DEBUG_ATOMIC_SLEEP))
#define might_fault() __might_fault(__FILE__, __LINE__)
void __might_fault(const char *file, int line);
#else
static inline void might_fault(void) { }
#endif

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS