Lines Matching refs:entry
397 static inline void remove_from_ctx_list(struct ctx_list *entry)
399 entry->next->prev = entry->prev;
400 entry->prev->next = entry->next;
403 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry)
405 entry->next = head;
406 (entry->prev = head->prev)->next = entry;
407 head->prev = entry;
409 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
410 #define add_to_used_ctxlist(entry) add_to_ctx_list(&ctx_used, entry)
790 /* continue probing until we find an entry */
856 /* Map sp_bank entry SP_ENTRY, starting at virtual address VBASE. */
1480 * broadcasts in the system is an entry or two too small, so if we