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

  /external/u-boot/drivers/mtd/ubi/
fastmap-wl.c 11 * @wrk: the work description object
14 static void update_fastmap_work_fn(struct work_struct *wrk)
20 struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work);
291 struct ubi_work *wrk; local
301 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS);
302 if (!wrk) {
309 wrk->anchor = 1;
310 wrk->func = &wear_leveling_worker;
311 schedule_ubi_work(ubi, wrk);
357 * @wrk: The work object to be checke
    [all...]
wl.c 196 struct ubi_work *wrk; local
214 wrk = list_entry(ubi->works.next, struct ubi_work, list);
215 list_del(&wrk->list);
225 err = wrk->func(ubi, wrk, 0);
556 * @wrk: the work to schedule
558 * This function adds a work defined by @wrk to the tail of the pending works
561 static void __schedule_ubi_work(struct ubi_device *ubi, struct ubi_work *wrk)
564 list_add_tail(&wrk->list, &ubi->works);
577 * @wrk: the work to schedul
985 struct ubi_work *wrk; local
1368 struct ubi_work *wrk, *tmp; local
1509 struct ubi_work *wrk; local
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 1010 const char* wrk = new_par; local
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 1255 const char* wrk = new_par; local
    [all...]

Completed in 622 milliseconds