Searched defs:anchor (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/core/
H A Durb.c117 * @urb: pointer to the urb to anchor
118 * @anchor: pointer to the anchor
123 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) argument
127 spin_lock_irqsave(&anchor->lock, flags);
129 list_add_tail(&urb->anchor_list, &anchor->urb_list);
130 urb->anchor = anchor;
132 if (unlikely(anchor->poisoned)) {
136 spin_unlock_irqrestore(&anchor
140 usb_anchor_check_wakeup(struct usb_anchor *anchor) argument
147 __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) argument
165 struct usb_anchor *anchor; local
756 usb_kill_anchored_urbs(struct usb_anchor *anchor) argument
788 usb_poison_anchored_urbs(struct usb_anchor *anchor) argument
816 usb_unpoison_anchored_urbs(struct usb_anchor *anchor) argument
841 usb_unlink_anchored_urbs(struct usb_anchor *anchor) argument
860 usb_anchor_suspend_wakeups(struct usb_anchor *anchor) argument
874 usb_anchor_resume_wakeups(struct usb_anchor *anchor) argument
895 usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, unsigned int timeout) argument
914 usb_get_from_anchor(struct usb_anchor *anchor) argument
941 usb_scuttle_anchored_urbs(struct usb_anchor *anchor) argument
963 usb_anchor_empty(struct usb_anchor *anchor) argument
[all...]
H A Dhcd.c1654 struct usb_anchor *anchor = urb->anchor; local
1666 usb_anchor_suspend_wakeups(anchor);
1688 usb_anchor_resume_wakeups(anchor);
/drivers/mtd/ubi/
H A Dwl.c383 * as anchor PEB, hold it back and return the second best WL entry
384 * such that fastmap can use the anchor PEB later. */
414 * as anchor PEB, hold it back and return the second best
415 * WL entry such that fastmap can use the anchor PEB later. */
429 * find_anchor_wl_entry - find wear-leveling entry to used as anchor PEB.
463 * @anchor: This PEB will be used as anchor PEB by fastmap
469 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) argument
476 if (anchor)
1006 int anchor local
[all...]
H A Dubi.h715 * @anchor: produce a anchor PEB to by used by fastmap
731 int anchor; member in struct:ubi_work
815 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor);
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_io.c901 struct cl_sync_io *anchor = &cl_env_info(env)->clt_anchor; local
907 pg->cp_sync_io = anchor;
910 cl_sync_io_init(anchor, queue->c2_qin.pl_nr);
921 cl_sync_io_note(anchor, +1);
926 anchor, timeout);
1596 * Initialize synchronous io wait anchor, for transfer of \a nrpages pages.
1598 void cl_sync_io_init(struct cl_sync_io *anchor, int nrpages) argument
1600 init_waitqueue_head(&anchor->csi_waitq);
1601 atomic_set(&anchor->csi_sync_nr, nrpages);
1602 atomic_set(&anchor
1611 cl_sync_io_wait(const struct lu_env *env, struct cl_io *io, struct cl_page_list *queue, struct cl_sync_io *anchor, long timeout) argument
1654 cl_sync_io_note(struct cl_sync_io *anchor, int ioret) argument
[all...]
H A Dcl_page.c1236 struct cl_sync_io *anchor = pg->cp_sync_io; local
1255 if (anchor) {
1257 LASSERT(pg->cp_sync_io == anchor);
1267 if (anchor)
1268 cl_sync_io_note(anchor, ioret);
/drivers/pci/hotplug/
H A Dcpqphp.h89 char anchor[4]; member in struct:smbios_entry_point
107 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]),

Completed in 132 milliseconds