Searched refs:cmd_Lxcache (Results 1 – 3 of 3) sorted by relevance
679 cmd_Lxcache_t *cmd_Lxcache; in cmd_Lxcache_lookup_by_timeout_id() local683 for (cmd_Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_lookup_by_timeout_id()684 cmd_Lxcache != NULL; in cmd_Lxcache_lookup_by_timeout_id()685 cmd_Lxcache = cmd_list_next(cmd_Lxcache)) { in cmd_Lxcache_lookup_by_timeout_id()686 if (cmd_Lxcache->Lxcache_timeout_id == id) in cmd_Lxcache_lookup_by_timeout_id()687 return (cmd_Lxcache); in cmd_Lxcache_lookup_by_timeout_id()882 cmd_Lxcache_t *cmd_Lxcache; in cmd_Lxcache_lookup_by_type_index_way_flags() local884 for (cmd_Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_lookup_by_type_index_way_flags()885 cmd_Lxcache != NULL; in cmd_Lxcache_lookup_by_type_index_way_flags()886 cmd_Lxcache = cmd_list_next(cmd_Lxcache)) { in cmd_Lxcache_lookup_by_type_index_way_flags()[all …]
35 cmd_Lxcache.c \
95 typedef struct cmd_Lxcache { struct