Lines Matching defs:best_cfg
1983 struct auto_pin_cfg *best_cfg;1991 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL);1992 if (!best_cfg)1994 *best_cfg = *cfg;2000 kfree(best_cfg);2009 *best_cfg = *cfg;2056 debug_badness("==> restoring best_cfg\n");2057 *cfg = *best_cfg;2095 kfree(best_cfg);