Searched refs:cleanup_fn (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dtinytest.h47 int (*cleanup_fn)(const struct testcase_t *, void *); member in struct:testcase_setup_t
H A Dtinytest.c94 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/test/
H A Dtinytest.h47 int (*cleanup_fn)(const struct testcase_t *, void *); member in struct:testcase_setup_t
H A Dtinytest.c94 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/test/
H A Dtinytest.h47 int (*cleanup_fn)(const struct testcase_t *, void *); member in struct:testcase_setup_t
H A Dtinytest.c94 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/dma/ioat/
H A Ddma.h60 * @cleanup_fn: select between the v2 and v3 cleanup routines
79 void (*cleanup_fn)(unsigned long data); member in struct:ioatdma_device
H A Ddma.c114 tasklet_init(&chan->cleanup_task, device->cleanup_fn, data);
739 device->cleanup_fn((unsigned long) c);
1196 device->cleanup_fn = ioat1_cleanup_event;
H A Ddma_v2.c797 device->cleanup_fn((unsigned long) c);
873 device->cleanup_fn = ioat2_cleanup_event;
H A Ddma_v3.c1216 device->cleanup_fn = ioat3_cleanup_event;
1220 device->cleanup_fn = ioat2_cleanup_event;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.h60 * @cleanup_fn: select between the v2 and v3 cleanup routines
79 void (*cleanup_fn)(unsigned long data); member in struct:ioatdma_device
H A Ddma.c114 tasklet_init(&chan->cleanup_task, device->cleanup_fn, data);
739 device->cleanup_fn((unsigned long) c);
1196 device->cleanup_fn = ioat1_cleanup_event;
H A Ddma_v2.c797 device->cleanup_fn((unsigned long) c);
873 device->cleanup_fn = ioat2_cleanup_event;
H A Ddma_v3.c1216 device->cleanup_fn = ioat3_cleanup_event;
1220 device->cleanup_fn = ioat2_cleanup_event;

Completed in 230 milliseconds