Lines Matching defs:c

171 static void wake_blocked_threads(ITCStorageCell *c)  in wake_blocked_threads()
183 void block_thread_and_exit(ITCStorageCell *c) in block_thread_and_exit()
193 static inline uint64_t view_bypass_read(ITCStorageCell *c) in view_bypass_read()
202 static inline void view_bypass_write(ITCStorageCell *c, uint64_t val) in view_bypass_write()
214 static inline uint64_t view_control_read(ITCStorageCell *c) in view_control_read()
224 static inline void view_control_write(ITCStorageCell *c, uint64_t val) in view_control_write()
237 static uint64_t view_ef_common_read(ITCStorageCell *c, bool blocking) in view_ef_common_read()
268 static uint64_t view_ef_sync_read(ITCStorageCell *c) in view_ef_sync_read()
273 static uint64_t view_ef_try_read(ITCStorageCell *c) in view_ef_try_read()
278 static inline void view_ef_common_write(ITCStorageCell *c, uint64_t val, in view_ef_common_write()
306 static void view_ef_sync_write(ITCStorageCell *c, uint64_t val) in view_ef_sync_write()
311 static void view_ef_try_write(ITCStorageCell *c, uint64_t val) in view_ef_try_write()
318 static uint64_t view_pv_common_read(ITCStorageCell *c, bool blocking) in view_pv_common_read()
335 static uint64_t view_pv_sync_read(ITCStorageCell *c) in view_pv_sync_read()
340 static uint64_t view_pv_try_read(ITCStorageCell *c) in view_pv_try_read()
345 static inline void view_pv_common_write(ITCStorageCell *c) in view_pv_common_write()
360 static void view_pv_sync_write(ITCStorageCell *c) in view_pv_sync_write()
365 static void view_pv_try_write(ITCStorageCell *c) in view_pv_try_write()