Searched defs:complete (Results 1 – 6 of 6) sorted by relevance
55 struct completion complete; member
47 void (*complete)(void *data); member
156 struct completion complete; member
3262 cifs_readdata_direct_alloc(struct page **pages, work_func_t complete) in cifs_readdata_direct_alloc()3279 cifs_readdata_alloc(unsigned int nr_pages, work_func_t complete) in cifs_readdata_alloc()
2193 cifs_writedata_alloc(unsigned int nr_pages, work_func_t complete) in cifs_writedata_alloc()2204 cifs_writedata_direct_alloc(struct page **pages, work_func_t complete) in cifs_writedata_direct_alloc()
4045 int complete, factor; in dbMapFileSizeToMapSize() local