Searched refs:dst_atom (Results 1 – 1 of 1) sorted by relevance
457 struct kwork_atom *atom, *dst_atom, *last_atom; in work_push_atom() local479 dst_atom = list_last_entry_or_null(&work->atom_list[dst_type], in work_push_atom()481 if (dst_atom != NULL) { in work_push_atom()482 atom->prev = dst_atom; in work_push_atom()483 list_del(&dst_atom->list); in work_push_atom()