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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394-private.h31 struct list_head req_complete; /* protected by reqlists_lock */ member in struct:file_info
H A Draw1394.c151 list_move_tail(&req->list, &fi->req_complete);
480 if (!list_empty(&fi->req_complete)) {
481 lh = fi->req_complete.next;
2447 list_for_each_entry(req, &fi->req_complete, list)
2808 if (!list_empty(&fi->req_complete)) {
2829 INIT_LIST_HEAD(&fi->req_complete);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dnvram.c197 DECLARE_COMPLETION_ONSTACK(req_complete);
199 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL;
204 wait_for_completion(&req_complete);
213 DECLARE_COMPLETION_ONSTACK(req_complete);
215 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL;
220 wait_for_completion(&req_complete);

Completed in 102 milliseconds