Searched refs:req_complete (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/ams/
H A Dams-pmu.c55 DECLARE_COMPLETION(req_complete);
57 req.arg = &req_complete;
61 wait_for_completion(&req_complete);
68 DECLARE_COMPLETION(req_complete);
70 req.arg = &req_complete;
74 wait_for_completion(&req_complete);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h32 struct list_head req_complete; /* protected by reqlists_lock */ member in struct:file_info
H A Draw1394.c138 list_move_tail(&req->list, &fi->req_complete);
414 if (!list_empty(&fi->req_complete)) {
415 lh = fi->req_complete.next;
2308 list_for_each_entry(req, &fi->req_complete, list)
2801 if (!list_empty(&fi->req_complete)) {
2823 INIT_LIST_HEAD(&fi->req_complete);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dnvram.c196 DECLARE_COMPLETION_ONSTACK(req_complete);
198 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL;
203 wait_for_completion(&req_complete);
212 DECLARE_COMPLETION_ONSTACK(req_complete);
214 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL;
219 wait_for_completion(&req_complete);

Completed in 49 milliseconds