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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest.h47 int (*cleanup_fn)(const struct testcase_t *, void *); member in struct:testcase_setup_t
H A Dtinytest.c103 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 34 milliseconds