Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/ia64/kernel/
A Dmca.c360 static ia64_state_log_t ia64_state_log[IA64_MAX_LOG_TYPES]; variable
365 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index
366 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index
368 {ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index; \
369 ia64_state_log[it].isl_count++;}
371 ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index
374 #define IA64_LOG_COUNT(it) ia64_state_log[it].isl_count
378 ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)] = in ia64_log_allocate()
380 if (!ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)]) in ia64_log_allocate()
383 ia64_state_log[it].isl_log[IA64_LOG_NEXT_INDEX(it)] = in ia64_log_allocate()
[all …]

Completed in 5 milliseconds