Searched refs:read_smt_control (Results 1 – 1 of 1) sorted by relevance
601 static inline bool read_smt_control(char *buf, size_t buf_size) in read_smt_control() function619 if (read_smt_control(buf, sizeof(buf)) && in is_smt_possible()630 if (read_smt_control(buf, sizeof(buf)) && !strncmp(buf, "on", 2)) in is_smt_on()
Completed in 10 milliseconds