Searched refs:dl_next2 (Results 1 – 2 of 2) sorted by relevance
1255 node->dl_next2 = q; in dca_enlist2()1257 node->dl_next2->dl_prev2 = node; in dca_enlist2()1258 node->dl_prev2->dl_next2 = node; in dca_enlist2()1269 node->dl_next2->dl_prev2 = node->dl_prev2; in dca_rmlist2()1270 node->dl_prev2->dl_next2 = node->dl_next2; in dca_rmlist2()1271 node->dl_next2 = NULL; in dca_rmlist2()1282 if ((node = q->dl_next2) == q) { in dca_delist2()1287 node->dl_next2->dl_prev2 = node->dl_prev2; in dca_delist2()1288 node->dl_prev2->dl_next2 = node->dl_next2; in dca_delist2()1289 node->dl_next2 = NULL; in dca_delist2()[all …]
180 dca_listnode_t *dl_next2; member