Lines Matching refs:nextp
1151 * @nextp: out parameter for nested worklist walking
1156 * @nextp.
1162 struct work_struct **nextp)
1181 if (nextp)
1182 *nextp = n;
1189 * @nextp: out parameter for nested worklist walking
1194 * If @nextp is not NULL, it's updated to point to the next work of the last
1202 struct work_struct **nextp)
1213 if (nextp)
1214 *nextp = list_next_entry(work, entry);
1229 move_linked_works(work, &collision->scheduled, nextp);
1233 move_linked_works(work, &worker->scheduled, nextp);