Searched refs:stm_source_srcu (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwtracing/stm/
H A Dcore.c34 static struct srcu_struct stm_source_srcu; variable in typeref:struct:srcu_struct
951 synchronize_srcu(&stm_source_srcu);
999 /* src->link is dereferenced under stm_source_srcu but not the list */
1071 link = srcu_dereference_check(src->link, &stm_source_srcu, 1);
1127 idx = srcu_read_lock(&stm_source_srcu);
1133 stm = srcu_dereference(src->link, &stm_source_srcu);
1142 srcu_read_unlock(&stm_source_srcu, idx);
1157 idx = srcu_read_lock(&stm_source_srcu);
1158 stm = srcu_dereference(src->link, &stm_source_srcu);
1161 srcu_read_unlock(&stm_source_srcu, id
[all...]

Completed in 86 milliseconds