HomeSort by relevance Sort by last modified time
    Searched defs:aeb (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_vec4_cse.cpp 142 exec_list aeb; local
155 foreach_in_list_use_after(aeb_entry, entry, &aeb) {
156 /* Match current instruction's expression against those in AEB. */
174 aeb.push_tail(entry);
233 foreach_in_list_safe(aeb_entry, entry, &aeb) {
234 /* Kill all AEB entries that write a different value to or read from
250 /* Kill all AEB entries that use the destination we just
260 /* Kill any AEB entries using registers that don't get reused any
brw_fs_cse.cpp 244 exec_list aeb; local
258 foreach_in_list_use_after(aeb_entry, entry, &aeb) {
259 /* Match current instruction's expression against those in AEB. */
277 aeb.push_tail(entry);
317 foreach_in_list_safe(aeb_entry, entry, &aeb) {
318 /* Kill all AEB entries that write a different value to or read from
335 /* Kill all AEB entries that use the destination we just
346 /* Kill any AEB entries using registers that don't get reused any
  /external/u-boot/drivers/mtd/ubi/
vtbl.c 374 struct ubi_ainf_peb *aeb; local
406 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) {
407 leb[aeb->lnum] = vzalloc(ubi->vtbl_size);
408 if (!leb[aeb->lnum]) {
413 err = ubi_io_read_data(ubi, leb[aeb->lnum], aeb->pnum, 0,
421 * aeb->scrub). If the data is not OK, the contents of
423 * aeb->scrub will be cleared in
426 aeb->scrub = 1;
attach.c 117 struct ubi_ainf_peb *aeb; local
129 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);
130 if (!aeb)
133 aeb->pnum = pnum;
134 aeb->vol_id = vol_id;
135 aeb->lnum = lnum;
136 aeb->ec = ec;
138 list_add(&aeb->u.list, list);
140 list_add_tail(&aeb->u.list, list);
157 struct ubi_ainf_peb *aeb; local
450 struct ubi_ainf_peb *aeb; local
629 struct ubi_ainf_peb *aeb; local
708 struct ubi_ainf_peb *aeb, *tmp_aeb; local
1065 struct ubi_ainf_peb *aeb; local
1134 struct ubi_ainf_peb *aeb; local
1164 struct ubi_ainf_peb *aeb, *aeb_tmp; local
1228 struct ubi_ainf_peb *aeb; local
1504 struct ubi_ainf_peb *aeb, *last_aeb; local
    [all...]
eba.c 1297 struct ubi_ainf_peb *aeb; local
1389 struct ubi_ainf_peb *aeb; local
    [all...]
wl.c 1532 struct ubi_ainf_peb *aeb, *tmp; local
    [all...]
fastmap.c 145 struct ubi_ainf_peb *aeb; local
147 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);
148 if (!aeb)
151 aeb->pnum = pnum;
152 aeb->ec = ec;
153 aeb->lnum = -1;
154 aeb->scrub = scrub;
155 aeb->copy_flag = aeb->sqnum = 0;
157 ai->ec_sum += aeb->ec
277 struct ubi_ainf_peb *aeb, *victim; local
423 struct ubi_ainf_peb *aeb; local
577 struct ubi_ainf_peb *aeb; local
610 struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb; local
    [all...]

Completed in 518 milliseconds