Lines Matching defs:new_aof
5757 struct btf_id_set *new_aof;5763 new_aof = krealloc(aof, struct_size(new_aof, ids, aof->cnt + 1),5765 if (!new_aof) {5769 aof = new_aof;5776 struct btf_id_set *new_aof;5790 new_aof = krealloc(aof, struct_size(new_aof, ids, aof->cnt + 1),5792 if (!new_aof) {5796 aof = new_aof;