Lines Matching refs:entry
398 static inline void remove_from_ctx_list(struct ctx_list *entry)
400 entry->next->prev = entry->prev;
401 entry->prev->next = entry->next;
404 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry)
406 entry->next = head;
407 (entry->prev = head->prev)->next = entry;
408 head->prev = entry;
410 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
411 #define add_to_used_ctxlist(entry) add_to_ctx_list(&ctx_used, entry)
791 /* continue probing until we find an entry */
857 /* Map sp_bank entry SP_ENTRY, starting at virtual address VBASE. */
1479 * broadcasts in the system is an entry or two too small, so if we