Lines Matching defs:entry
154 workload_config_entry_t *entry = NULL; in workload_config_free() local
190 workload_config_entry_t *entry = NULL; in lookup_entry() local
206 const workload_config_entry_t *entry, const char *phase) in lookup_config()
227 insert_config(workload_config_ctx_t *ctx, workload_config_entry_t *entry, in insert_config()
266 workload_config_entry_t *entry = in insert_entry() local
313 workload_config_entry_t *entry = lookup_entry(ctx, id); in workload_config_insert() local
368 const workload_config_entry_t *entry = lookup_entry(ctx, id); in workload_config_lookup() local
403 const workload_config_entry_t *entry = lookup_entry(ctx, id); in workload_config_lookup_default() local
436 workload_config_entry_t *entry = lookup_entry(ctx, id); in workload_config_set_default() local
468 workload_config_entry_t *entry = NULL; variable
470 LIST_FOREACH(entry, head, wce_link) { in LIST_FOREACH() argument
487 const workload_config_entry_t *entry = config; variable