Home
last modified time | relevance | path

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

/linux/Documentation/RCU/
H A Dlockdep-splat.rst70 if (rcu_dereference(ioc->ioc_data) == cic) {
81 lockdep_is_held(&q->queue_lock)) == cic) {
96 if (rcu_dereference(ioc->ioc_data) == cic) {
109 to the cic pointer, which means that the rcu_dereference() can be replaced
112 if (rcu_access_pointer(ioc->ioc_data) == cic) {
/linux/arch/arm/boot/dts/arm/
H A Dintegratorcp.dts170 cic: cic@10000040 { label
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h10 u32 cic; member
H A Dbdisp-hw.c790 node->cic = BLT_CIC_ALL_GRP; in bdisp_hw_build_node()