/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | urb.c | 120 * @urb: pointer to the urb to anchor 121 * @anchor: pointer to the anchor 126 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb() argument 130 spin_lock_irqsave(&anchor->lock, flags); in usb_anchor_urb() 132 list_add_tail(&urb->anchor_list, &anchor->urb_list); in usb_anchor_urb() 133 urb->anchor = anchor; in usb_anchor_urb() 135 if (unlikely(anchor->poisoned)) in usb_anchor_urb() 138 spin_unlock_irqrestore(&anchor in usb_anchor_urb() 142 usb_anchor_check_wakeup(struct usb_anchor *anchor) usb_anchor_check_wakeup() argument 149 __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) __usb_unanchor_urb() argument 167 struct usb_anchor *anchor; usb_unanchor_urb() local 812 usb_kill_anchored_urbs(struct usb_anchor *anchor) usb_kill_anchored_urbs() argument 850 usb_poison_anchored_urbs(struct usb_anchor *anchor) usb_poison_anchored_urbs() argument 884 usb_unpoison_anchored_urbs(struct usb_anchor *anchor) usb_unpoison_anchored_urbs() argument 909 usb_unlink_anchored_urbs(struct usb_anchor *anchor) usb_unlink_anchored_urbs() argument 928 usb_anchor_suspend_wakeups(struct usb_anchor *anchor) usb_anchor_suspend_wakeups() argument 942 usb_anchor_resume_wakeups(struct usb_anchor *anchor) usb_anchor_resume_wakeups() argument 963 usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, unsigned int timeout) usb_wait_anchor_empty_timeout() argument 982 usb_get_from_anchor(struct usb_anchor *anchor) usb_get_from_anchor() argument 1009 usb_scuttle_anchored_urbs(struct usb_anchor *anchor) usb_scuttle_anchored_urbs() argument 1037 usb_anchor_empty(struct usb_anchor *anchor) usb_anchor_empty() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | urb.c | 121 * @urb: pointer to the urb to anchor 122 * @anchor: pointer to the anchor 127 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb() argument 131 spin_lock_irqsave(&anchor->lock, flags); in usb_anchor_urb() 133 list_add_tail(&urb->anchor_list, &anchor->urb_list); in usb_anchor_urb() 134 urb->anchor = anchor; in usb_anchor_urb() 136 if (unlikely(anchor->poisoned)) in usb_anchor_urb() 139 spin_unlock_irqrestore(&anchor in usb_anchor_urb() 143 usb_anchor_check_wakeup(struct usb_anchor *anchor) usb_anchor_check_wakeup() argument 150 __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) __usb_unanchor_urb() argument 168 struct usb_anchor *anchor; usb_unanchor_urb() local 808 usb_kill_anchored_urbs(struct usb_anchor *anchor) usb_kill_anchored_urbs() argument 846 usb_poison_anchored_urbs(struct usb_anchor *anchor) usb_poison_anchored_urbs() argument 880 usb_unpoison_anchored_urbs(struct usb_anchor *anchor) usb_unpoison_anchored_urbs() argument 905 usb_unlink_anchored_urbs(struct usb_anchor *anchor) usb_unlink_anchored_urbs() argument 924 usb_anchor_suspend_wakeups(struct usb_anchor *anchor) usb_anchor_suspend_wakeups() argument 938 usb_anchor_resume_wakeups(struct usb_anchor *anchor) usb_anchor_resume_wakeups() argument 959 usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, unsigned int timeout) usb_wait_anchor_empty_timeout() argument 978 usb_get_from_anchor(struct usb_anchor *anchor) usb_get_from_anchor() argument 1005 usb_scuttle_anchored_urbs(struct usb_anchor *anchor) usb_scuttle_anchored_urbs() argument 1033 usb_anchor_empty(struct usb_anchor *anchor) usb_anchor_empty() argument [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_double_fast.c | 62 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_noDict_generic() local 134 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_REPCODE_1, mLength); in ZSTD_compressBlock_doubleFast_noDict_generic() 145 while (((ip>anchor) & (matchl0>prefixLowest)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_noDict_generic() 183 return (size_t)(iend - anchor); in ZSTD_compressBlock_doubleFast_noDict_generic() 193 while (((ip>anchor) & (matchl1>prefixLowest)) && (ip[-1] == matchl1[-1])) { ip--; matchl1--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_noDict_generic() 201 while (((ip>anchor) & (matchs0>prefixLowest)) && (ip[-1] == matchs0[-1])) { ip--; matchs0--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_noDict_generic() 220 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength); in ZSTD_compressBlock_doubleFast_noDict_generic() 225 anchor in ZSTD_compressBlock_doubleFast_noDict_generic() 270 const BYTE* anchor = istart; ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 542 const BYTE* anchor = istart; ZSTD_compressBlock_doubleFast_extDict_generic() local [all...] |
H A D | zstd_fast.c | 111 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_noDict_generic() local 154 /* calculate positions, ip0 - anchor == 0, so we skip step calc */ in ZSTD_compressBlock_fast_noDict_generic() 262 return (size_t)(iend - anchor); in ZSTD_compressBlock_fast_noDict_generic() 274 while (((ip0>anchor) & (match0>prefixStart)) && (ip0[-1] == match0[-1])) { in ZSTD_compressBlock_fast_noDict_generic() 285 ZSTD_storeSeq(seqStore, (size_t)(ip0 - anchor), anchor, iend, offcode, mLength); in ZSTD_compressBlock_fast_noDict_generic() 288 anchor = ip0; in ZSTD_compressBlock_fast_noDict_generic() 309 ZSTD_storeSeq(seqStore, 0 /*litLen*/, anchor, iend, STORE_REPCODE_1, rLength); in ZSTD_compressBlock_fast_noDict_generic() 310 anchor = ip0; in ZSTD_compressBlock_fast_noDict_generic() 384 const BYTE* anchor in ZSTD_compressBlock_fast_dictMatchState_generic() local 561 const BYTE* anchor = istart; ZSTD_compressBlock_fast_extDict_generic() local [all...] |
H A D | zstd_ldm.c | 309 * Sets cctx->nextToUpdate to a position corresponding closer to anchor 312 static void ZSTD_ldm_limitTableUpdate(ZSTD_matchState_t* ms, const BYTE* anchor) in ZSTD_ldm_limitTableUpdate() argument 314 U32 const curr = (U32)(anchor - ms->window.base); in ZSTD_ldm_limitTableUpdate() 343 BYTE const* anchor = istart; in ZSTD_ldm_generateSequences_internal() local 353 return iend - anchor; in ZSTD_ldm_generateSequences_internal() 398 if (split < anchor) { in ZSTD_ldm_generateSequences_internal() 423 split, anchor, pMatch, lowMatchPtr, dictStart, dictEnd); in ZSTD_ldm_generateSequences_internal() 431 ZSTD_ldm_countBackwardsMatch(split, anchor, pMatch, lowPrefixPtr); in ZSTD_ldm_generateSequences_internal() 459 seq->litLength = (U32)(split - backwardMatchLength - anchor); in ZSTD_ldm_generateSequences_internal() 469 anchor in ZSTD_ldm_generateSequences_internal() [all...] |
H A D | zstd_lazy.c | 1485 const BYTE* anchor = istart; in ZSTD_compressBlock_lazy_generic() local 1572 ip += ((ip-anchor) >> kSearchStrength) + 1; /* jump faster over incompressible sections */ in ZSTD_compressBlock_lazy_generic() 1658 while ( ((start > anchor) & (start - STORED_OFFSET(offcode) > prefixLowest)) in ZSTD_compressBlock_lazy_generic() 1666 while ((start>anchor) && (match>mStart) && (start[-1] == match[-1])) { start--; match--; matchLength++; } /* catch up */ in ZSTD_compressBlock_lazy_generic() 1672 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic() 1673 ZSTD_storeSeq(seqStore, litLength, anchor, iend, (U32)offcode, matchLength); in ZSTD_compressBlock_lazy_generic() 1674 anchor = ip = start + matchLength; in ZSTD_compressBlock_lazy_generic() 1690 ZSTD_storeSeq(seqStore, 0, anchor, iend, STORE_REPCODE_1, matchLength); in ZSTD_compressBlock_lazy_generic() 1692 anchor = ip; in ZSTD_compressBlock_lazy_generic() 1705 ZSTD_storeSeq(seqStore, 0, anchor, ien in ZSTD_compressBlock_lazy_generic() 1872 const BYTE* anchor = istart; ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_unicode.h | 31 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 34 return anchor; in UniStrcpy() 45 __le16 *anchor = ucs1; in UniStrncpy_le() local 53 return anchor; in UniStrncpy_le() 77 __le16 *anchor = ucs1; in UniStrncpy_to_le() local 85 return anchor; in UniStrncpy_to_le() 94 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local 102 return anchor; in UniStrncpy_from_le()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_unicode.h | 24 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 27 return anchor; in UniStrcpy() 38 __le16 *anchor = ucs1; in UniStrncpy_le() local 46 return anchor; in UniStrncpy_le() 70 __le16 *anchor = ucs1; in UniStrncpy_to_le() local 78 return anchor; in UniStrncpy_to_le() 87 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local 95 return anchor; in UniStrncpy_from_le()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_strp.c | 31 struct skb_shared_info *shinfo = skb_shinfo(strp->anchor); in tls_strp_anchor_free() 36 consume_skb(strp->anchor); in tls_strp_anchor_free() 37 strp->anchor = NULL; in tls_strp_anchor_free() 73 skb = tls_strp_skb_copy(strp, strp->anchor, strp->stm.offset, in tls_strp_msg_make_copy() 89 DEBUG_NET_WARN_ON_ONCE(!strp->anchor->decrypted); in tls_strp_msg_detach() 100 /* Replace anchor with an empty skb, this is a little in tls_strp_msg_detach() 108 swap(strp->anchor, skb); in tls_strp_msg_detach() 132 strp->anchor = skb; in tls_strp_msg_cow() 146 struct skb_shared_info *shinfo = skb_shinfo(strp->anchor); in tls_strp_msg_hold() 153 /* We can't skb_clone() the anchor, i in tls_strp_msg_hold() [all...] |
/kernel/linux/linux-6.6/fs/nls/ |
H A D | nls_ucs2_utils.h | 52 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 59 return anchor; in UniStrcat() 101 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 105 return anchor; in UniStrcpy() 141 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 151 return anchor; in UniStrncat() 188 wchar_t *anchor = ucs1; in UniStrncpy() local 196 return anchor; in UniStrncpy() 204 wchar_t *anchor = ucs1; in UniStrncpy_le() local 212 return anchor; in UniStrncpy_le() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.h | 120 __le16 *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 125 return anchor; in UniStrcat() 170 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 173 return anchor; in UniStrcpy() 212 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 221 return (anchor); in UniStrncat() 260 wchar_t *anchor = ucs1; in UniStrncpy() local 268 return anchor; in UniStrncpy() 277 wchar_t *anchor = ucs1; in UniStrncpy_le() local 285 return anchor; in UniStrncpy_le() [all...] |
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4hc_compress.c | 265 const BYTE **anchor, in LZ4HC_encodeSequence() 275 length = (int)(*ip - *anchor); in LZ4HC_encodeSequence() 296 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence() 333 *anchor = *ip; in LZ4HC_encodeSequence() 349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local 403 &anchor, ml, ref, limit, oend)) in LZ4HC_compress_generic() 468 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 472 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 498 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 539 if (LZ4HC_encodeSequence(&ip, &op, &anchor, m in LZ4HC_compress_generic() 262 LZ4HC_encodeSequence( const BYTE **ip, BYTE **op, const BYTE **anchor, int matchLength, const BYTE * const match, limitedOutput_directive limitedOutputBuffer, BYTE *oend) LZ4HC_encodeSequence() argument [all...] |
H A D | lz4_compress.c | 195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic() local 294 while (((ip > anchor) & (match + refDelta > lowLimit)) in LZ4_compress_generic() 302 unsigned const int litLength = (unsigned int)(ip - anchor); in LZ4_compress_generic() 325 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic() 391 anchor = ip; in LZ4_compress_generic() 431 size_t const lastRun = (size_t)(iend - anchor); in LZ4_compress_generic() 449 LZ4_memcpy(op, anchor, lastRun); in LZ4_compress_generic() 533 const BYTE *anchor = ip; in LZ4_compress_destSize_generic() local 603 while ((ip > anchor) in LZ4_compress_destSize_generic() 612 unsigned int litLength = (unsigned int)(ip - anchor); in LZ4_compress_destSize_generic() [all...] |
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 265 const BYTE **anchor, in LZ4HC_encodeSequence() 275 length = (int)(*ip - *anchor); in LZ4HC_encodeSequence() 296 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence() 333 *anchor = *ip; in LZ4HC_encodeSequence() 349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local 403 &anchor, ml, ref, limit, oend)) in LZ4HC_compress_generic() 468 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 472 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 498 if (LZ4HC_encodeSequence(&ip, &op, &anchor, in LZ4HC_compress_generic() 539 if (LZ4HC_encodeSequence(&ip, &op, &anchor, m in LZ4HC_compress_generic() 262 LZ4HC_encodeSequence( const BYTE **ip, BYTE **op, const BYTE **anchor, int matchLength, const BYTE * const match, limitedOutput_directive limitedOutputBuffer, BYTE *oend) LZ4HC_encodeSequence() argument [all...] |
H A D | lz4_compress.c | 195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic() local 294 while (((ip > anchor) & (match + refDelta > lowLimit)) in LZ4_compress_generic() 302 unsigned const int litLength = (unsigned int)(ip - anchor); in LZ4_compress_generic() 325 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic() 391 anchor = ip; in LZ4_compress_generic() 431 size_t const lastRun = (size_t)(iend - anchor); in LZ4_compress_generic() 449 LZ4_memcpy(op, anchor, lastRun); in LZ4_compress_generic() 533 const BYTE *anchor = ip; in LZ4_compress_destSize_generic() local 603 while ((ip > anchor) in LZ4_compress_destSize_generic() 612 unsigned int litLength = (unsigned int)(ip - anchor); in LZ4_compress_destSize_generic() [all...] |
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_opt.h | 412 const BYTE *anchor = istart; in ZSTD_compressBlock_opt_generic() local 444 litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic() 448 U32 i, last_i = ZSTD_REP_CHECK + (ip == anchor); in ZSTD_compressBlock_opt_generic() 449 for (i = (ip == anchor); i < last_i; i++) { in ZSTD_compressBlock_opt_generic() 461 best_off = i - (ip == anchor); in ZSTD_compressBlock_opt_generic() 463 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic() 493 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic() 523 price = ZSTD_getLiteralPrice(seqStorePtr, litlen, anchor); in ZSTD_compressBlock_opt_generic() 577 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic() 612 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matche in ZSTD_compressBlock_opt_generic() 705 const BYTE *anchor = istart; ZSTD_compressBlock_opt_extDict_generic() local [all...] |
H A D | compress.c | 1016 const BYTE *anchor = istart; in ZSTD_compressBlock_fast_generic() local 1046 ZSTD_storeSeq(seqStorePtr, ip - anchor, anchor, 0, mLength - MINMATCH); in ZSTD_compressBlock_fast_generic() 1050 ip += ((ip - anchor) >> g_searchStrength) + 1; in ZSTD_compressBlock_fast_generic() 1055 while (((ip > anchor) & (match > lowest)) && (ip[-1] == match[-1])) { in ZSTD_compressBlock_fast_generic() 1063 ZSTD_storeSeq(seqStorePtr, ip - anchor, anchor, offset + ZSTD_REP_MOVE, mLength - MINMATCH); in ZSTD_compressBlock_fast_generic() 1068 anchor = ip; in ZSTD_compressBlock_fast_generic() 1084 ZSTD_storeSeq(seqStorePtr, 0, anchor, 0, rLength - MINMATCH); in ZSTD_compressBlock_fast_generic() 1086 anchor in ZSTD_compressBlock_fast_generic() 1125 const BYTE *anchor = istart; ZSTD_compressBlock_fast_extDict_generic() local 1264 const BYTE *anchor = istart; ZSTD_compressBlock_doubleFast_generic() local 1406 const BYTE *anchor = istart; ZSTD_compressBlock_doubleFast_extDict_generic() local 1902 const BYTE *anchor = istart; ZSTD_compressBlock_lazy_generic() local 2063 const BYTE *anchor = istart; ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 23 * find_anchor_wl_entry - find wear-leveling entry to used as anchor PEB. 69 * @anchor: This PEB will be used as anchor PEB by fastmap 75 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() argument 82 if (anchor) in ubi_wl_get_fm_peb() 114 int fm_used = 0; // fastmap non anchor pebs. in has_enough_free_count() 155 * the best anchor PEBs. in ubi_refill_pools() 307 * ubi_ensure_anchor_pebs - schedule wear-leveling to produce an anchor PEB. 313 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local 317 /* Do we already have an anchor in ubi_ensure_anchor_pebs() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 2034 if (ft_prio->anchor.ft) in steering_anchor_create_ft() 2051 ft_prio->anchor.ft = ft; in steering_anchor_create_ft() 2058 if (ft_prio->anchor.ft) { in steering_anchor_destroy_ft() 2059 mlx5_destroy_flow_table(ft_prio->anchor.ft); in steering_anchor_destroy_ft() 2060 ft_prio->anchor.ft = NULL; in steering_anchor_destroy_ft() 2072 if (ft_prio->anchor.fg_drop) in steering_anchor_create_fg_drop() 2082 fg = mlx5_create_flow_group(ft_prio->anchor.ft, flow_group_in); in steering_anchor_create_fg_drop() 2088 ft_prio->anchor.fg_drop = fg; in steering_anchor_create_fg_drop() 2099 if (ft_prio->anchor.fg_drop) { in steering_anchor_destroy_fg_drop() 2100 mlx5_destroy_flow_group(ft_prio->anchor in steering_anchor_destroy_fg_drop() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 1375 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument 1377 memset(anchor, 0, sizeof(*anchor)); in init_usb_anchor() 1378 INIT_LIST_HEAD(&anchor->urb_list); in init_usb_anchor() 1379 init_waitqueue_head(&anchor->wait); in init_usb_anchor() 1380 spin_lock_init(&anchor->lock); in init_usb_anchor() 1388 * @anchor_list: membership in the list of an anchor 1389 * @anchor: to anchor URBs to a common mooring 1580 struct usb_anchor *anchor; member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 1405 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument 1407 memset(anchor, 0, sizeof(*anchor)); in init_usb_anchor() 1408 INIT_LIST_HEAD(&anchor->urb_list); in init_usb_anchor() 1409 init_waitqueue_head(&anchor->wait); in init_usb_anchor() 1410 spin_lock_init(&anchor->lock); in init_usb_anchor() 1418 * @anchor_list: membership in the list of an anchor 1419 * @anchor: to anchor URBs to a common mooring 1610 struct usb_anchor *anchor; member [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 23 * find_anchor_wl_entry - find wear-leveling entry to used as anchor PEB. 69 * @anchor: This PEB will be used as anchor PEB by fastmap 75 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() argument 82 if (anchor) in ubi_wl_get_fm_peb() 114 int fm_used = 0; // fastmap non anchor pebs. in has_enough_free_count() 155 * the best anchor PEBs. in ubi_refill_pools() 359 * ubi_ensure_anchor_pebs - schedule wear-leveling to produce an anchor PEB. 365 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local 369 /* Do we already have an anchor in ubi_ensure_anchor_pebs() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | opticon.c | 46 struct usb_anchor anchor; member 159 usb_kill_anchored_urbs(&priv->anchor); in opticon_close() 238 usb_anchor_urb(urb, &priv->anchor); in opticon_write() 362 init_usb_anchor(&priv->anchor); in opticon_port_probe()
|
/kernel/linux/linux-5.10/sound/usb/bcd2000/ |
H A D | bcd2000.c | 57 struct usb_anchor anchor; member 262 init_usb_anchor(&bcd2k->anchor); in bcd2000_init_device() 263 usb_anchor_urb(bcd2k->midi_out_urb, &bcd2k->anchor); in bcd2000_init_device() 264 usb_anchor_urb(bcd2k->midi_in_urb, &bcd2k->anchor); in bcd2000_init_device() 287 usb_wait_anchor_empty_timeout(&bcd2k->anchor, 1000); in bcd2000_init_device()
|
/kernel/linux/linux-6.6/sound/usb/bcd2000/ |
H A D | bcd2000.c | 57 struct usb_anchor anchor; member 262 init_usb_anchor(&bcd2k->anchor); in bcd2000_init_device() 263 usb_anchor_urb(bcd2k->midi_out_urb, &bcd2k->anchor); in bcd2000_init_device() 264 usb_anchor_urb(bcd2k->midi_in_urb, &bcd2k->anchor); in bcd2000_init_device() 287 usb_wait_anchor_empty_timeout(&bcd2k->anchor, 1000); in bcd2000_init_device()
|