Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca.c359 static ia64_state_log_t ia64_state_log[IA64_MAX_LOG_TYPES]; variable
361 #define IA64_LOG_LOCK_INIT(it) spin_lock_init(&ia64_state_log[it].isl_lock)
362 #define IA64_LOG_LOCK(it) spin_lock_irqsave(&ia64_state_log[it].isl_lock, s)
363 #define IA64_LOG_UNLOCK(it) spin_unlock_irqrestore(&ia64_state_log[it].isl_lock,s)
364 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index
365 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index
367 {ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index; \
368 ia64_state_log[it].isl_count++;}
370 ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index
371 #define IA64_LOG_NEXT_BUFFER(it) (void *)((ia64_state_log[it].isl_log[IA64_LOG_NEXT_INDEX(it)]))
[all …]