Home
last modified time | relevance | path

Searched refs:__count_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/
H A Dperf.h64 #define __count_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ macro
80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro
113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro
136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro
H A D_clear.h4 #undef __count_
H A D_request-begin.h15 __count_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmutex282 size_t __count_;
314 if (__count_ == numeric_limits<size_t>::max())
316 ++__count_;
320 while (no_timeout && __count_ != 0)
322 if (__count_ == 0)
324 __count_ = 1;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmutex282 size_t __count_;
314 if (__count_ == numeric_limits<size_t>::max())
316 ++__count_;
320 while (no_timeout && __count_ != 0)
322 if (__count_ == 0)
324 __count_ = 1;