Home | History | Annotate | Download | only in ic

Lines Matching refs:ic_flags

707 	if ((ic->ic_flags & IC_ALLOCED) == 0) {
728 if (__predict_false((ic->ic_flags & IC_UCMD) != 0))
735 ic->ic_flags |= IC_COMPLETE;
737 if ((ic->ic_flags & IC_WAITING) != 0)
777 ic->ic_flags |= IC_COMPLETE;
980 ic->ic_flags = IC_ALLOCED;
998 ic->ic_flags = IC_ALLOCED;
1008 ic->ic_flags = 0;
1026 if (__predict_false((ic->ic_flags & IC_UCMD) != 0))
1067 if (__predict_false((ic->ic_flags & IC_UCMD) != 0))
1095 ic->ic_flags |= dir;
1120 if ((ic->ic_flags & IC_XFER_OUT) != 0)
1122 else /* if ((ic->ic_flags & IC_XFER_IN) != 0) */
1152 if ((ic->ic_flags & IC_COMPLETE) != 0)
1156 ic->ic_flags |= IC_WAITING;
1157 while ((ic->ic_flags & IC_COMPLETE) == 0) {
1193 ic->ic_flags |= IC_WAITING;
1197 while ((ic->ic_flags & IC_COMPLETE) == 0) {
1221 ic->ic_flags |= IC_UCMD;
1225 while ((ic->ic_flags & IC_COMPLETE) == 0) {