Searched refs:try_entry (Results 1 – 1 of 1) sorted by relevance
260 DAPL_LLIST_ENTRY *try_entry; in dapl_llist_remove_entry() local262 try_entry = first->flink; in dapl_llist_remove_entry()264 if (try_entry == first) { in dapl_llist_remove_entry()272 if (try_entry == entry) { in dapl_llist_remove_entry()275 try_entry = try_entry->flink; in dapl_llist_remove_entry()