Searched refs:read_flag (Results 1 – 2 of 2) sorted by relevance
153 #define read_flag(A) _read_flag(__FUNCTION__,__LINE__) macro156 #define while_not_flag(A,B) while (read_flag() != (A) && !thread_quit(B))205 while (((f = read_flag()) == HIGH_GRAB_MUTEX in med_prio_thread()
923 static int read_flag(const char *filepath, char *flagp) in read_flag() function949 return read_flag(buf, flagp); in load_flag()1117 if (read_flag(cpupath, &online) < 0) in cpu_online()