Searched refs:anchor (Results 1 – 11 of 11) sorted by relevance
123 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb() argument127 spin_lock_irqsave(&anchor->lock, flags); in usb_anchor_urb()129 list_add_tail(&urb->anchor_list, &anchor->urb_list); in usb_anchor_urb()130 urb->anchor = anchor; in usb_anchor_urb()132 if (unlikely(anchor->poisoned)) { in usb_anchor_urb()136 spin_unlock_irqrestore(&anchor->lock, flags); in usb_anchor_urb()141 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb() argument143 urb->anchor = NULL; in __usb_unanchor_urb()146 if (list_empty(&anchor->urb_list)) in __usb_unanchor_urb()147 wake_up(&anchor->wait); in __usb_unanchor_urb()[all …]
1 What is anchor?8 for them. The anchor is a data structure takes care of15 There's no API to allocate an anchor. It is simply declared22 Once it has no more URBs associated with it, the anchor can be28 An association of URBs to an anchor is made by an explicit32 all URBs associated with an anchor.41 This function kills all URBs associated with an anchor. The URBs48 This function unlinks all URBs associated with an anchor. The URBs58 All URBs of an anchor are unanchored en masse.63 This function waits for all URBs associated with an anchor to finish[all …]
44 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local47 return anchor; in UniStrcpy()58 __le16 *anchor = ucs1; in UniStrncpy_le() local66 return anchor; in UniStrncpy_le()90 __le16 *anchor = ucs1; in UniStrncpy_to_le() local98 return anchor; in UniStrncpy_to_le()107 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local115 return anchor; in UniStrncpy_from_le()
99 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local104 return anchor; in UniStrcat()149 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local152 return anchor; in UniStrcpy()191 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local200 return (anchor); in UniStrncat()239 wchar_t *anchor = ucs1; in UniStrncpy() local247 return anchor; in UniStrncpy()256 wchar_t *anchor = ucs1; in UniStrncpy_le() local264 return anchor; in UniStrncpy_le()
1075 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument1077 INIT_LIST_HEAD(&anchor->urb_list); in init_usb_anchor()1078 init_waitqueue_head(&anchor->wait); in init_usb_anchor()1079 spin_lock_init(&anchor->lock); in init_usb_anchor()1272 struct usb_anchor *anchor; member1420 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);1421 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);1422 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);1423 extern void usb_unlink_anchored_urbs(struct usb_anchor *anchor);1424 extern void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor);[all …]
61 anchor= Override standard anchor location. (default= 256)
195 unsigned int anchor; member415 uopt->anchor = 0; in udf_parse_options()496 uopt->anchor = option; in udf_parse_options()1581 struct anchorVolDescPtr *anchor; in udf_load_sequence() local1584 anchor = (struct anchorVolDescPtr *)bh->b_data; in udf_load_sequence()1587 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()1588 main_e = le32_to_cpu(anchor->mainVolDescSeqExt.extLength); in udf_load_sequence()1593 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()1594 reserve_e = le32_to_cpu(anchor->reserveVolDescSeqExt.extLength); in udf_load_sequence()1761 sbi->s_anchor = uopt->anchor; in udf_load_vrs()
89 char anchor[4]; member107 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]),
116 *really* anchor the configuration down by calling msm_gpiomux_get on the
477 (let* ((anchor (c-langelem-pos c-syntactic-element))479 (offset (- (1+ column) anchor))
1012 * @buffer: anchor point to output to (0==writeto1_read0) or fetch from