Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.3-rc2/drivers/usb/core/
A Durb.c134 urb->anchor = anchor; in usb_anchor_urb()
152 urb->anchor = NULL; in __usb_unanchor_urb()
156 wake_up(&anchor->wait); in __usb_unanchor_urb()
168 struct usb_anchor *anchor; in usb_unanchor_urb() local
173 anchor = urb->anchor; in usb_unanchor_urb()
174 if (!anchor) in usb_unanchor_urb()
183 if (likely(anchor == urb->anchor)) in usb_unanchor_urb()
868 anchor->poisoned = 1; in usb_poison_anchored_urbs()
904 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
941 if (anchor) in usb_anchor_suspend_wakeups()
[all …]
/linux-6.3-rc2/net/tls/
A Dtls_strp.c33 consume_skb(strp->anchor); in tls_strp_anchor_free()
34 strp->anchor = NULL; in tls_strp_anchor_free()
90 swap(strp->anchor, skb); in tls_strp_msg_detach()
114 strp->anchor = skb; in tls_strp_msg_cow()
141 strp->anchor = skb; in tls_strp_msg_hold()
198 skb = strp->anchor; in tls_strp_copyin()
309 strp->anchor->len = 0; in tls_strp_read_copy()
310 strp->anchor->data_len = 0; in tls_strp_read_copy()
377 rxm = strp_msg(strp->anchor); in tls_strp_msg_load()
380 tlm = tls_msg(strp->anchor); in tls_strp_msg_load()
[all …]
A Dtls.h161 DEBUG_NET_WARN_ON_ONCE(!ctx->strp.msg_ready || !ctx->strp.anchor->len); in tls_strp_msg()
162 return ctx->strp.anchor; in tls_strp_msg()
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_double_fast.c62 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_noDict_generic() local
220 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength); in ZSTD_compressBlock_doubleFast_noDict_generic()
225 anchor = ip; in ZSTD_compressBlock_doubleFast_noDict_generic()
248 anchor = ip; in ZSTD_compressBlock_doubleFast_noDict_generic()
270 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
331 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_REPCODE_1, mLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
427 anchor = ip; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
455 anchor = ip; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
542 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_extDict_generic() local
633 anchor = ip; in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
A Dzstd_fast.c111 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_noDict_generic() local
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()
310 anchor = ip0; in ZSTD_compressBlock_fast_noDict_generic()
384 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_dictMatchState_generic() local
482 anchor = ip; in ZSTD_compressBlock_fast_dictMatchState_generic()
505 anchor = ip; in ZSTD_compressBlock_fast_dictMatchState_generic()
561 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_extDict_generic() local
603 anchor = ip; in ZSTD_compressBlock_fast_extDict_generic()
619 anchor = ip; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
A Dzstd_ldm.c312 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()
459 seq->litLength = (U32)(split - backwardMatchLength - anchor); in ZSTD_ldm_generateSequences_internal()
469 anchor = split + forwardMatchLength; in ZSTD_ldm_generateSequences_internal()
479 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal()
482 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal()
[all …]
A Dzstd_lazy.c1485 const BYTE* anchor = istart; in ZSTD_compressBlock_lazy_generic() local
1672 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic()
1674 anchor = ip = start + matchLength; in ZSTD_compressBlock_lazy_generic()
1692 anchor = ip; in ZSTD_compressBlock_lazy_generic()
1707 anchor = ip; in ZSTD_compressBlock_lazy_generic()
1716 return (size_t)(iend - anchor); in ZSTD_compressBlock_lazy_generic()
1872 const BYTE* anchor = istart; in ZSTD_compressBlock_lazy_extDict_generic() local
2014 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_extDict_generic()
2016 anchor = ip = start + matchLength; in ZSTD_compressBlock_lazy_extDict_generic()
2035 anchor = ip; in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
A Dzstd_opt.c1047 const BYTE* anchor = istart; in ZSTD_compressBlock_opt_generic() local
1081 { U32 const litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic()
1302 anchor - istart, (unsigned)llen, (unsigned)mlen); in ZSTD_compressBlock_opt_generic()
1306 … ip = anchor + llen; /* last "sequence" is a bunch of literals => don't progress anchor */ in ZSTD_compressBlock_opt_generic()
1310 assert(anchor + llen <= iend); in ZSTD_compressBlock_opt_generic()
1311 ZSTD_updateStats(optStatePtr, llen, anchor, offCode, mlen); in ZSTD_compressBlock_opt_generic()
1312 ZSTD_storeSeq(seqStore, llen, anchor, iend, offCode, mlen); in ZSTD_compressBlock_opt_generic()
1313 anchor += advance; in ZSTD_compressBlock_opt_generic()
1314 ip = anchor; in ZSTD_compressBlock_opt_generic()
1321 return (size_t)(iend - anchor); in ZSTD_compressBlock_opt_generic()
/linux-6.3-rc2/Documentation/driver-api/usb/
A Danchors.rst4 What is anchor?
11 for them. The anchor is a data structure takes care of
18 There's no API to allocate an anchor. It is simply declared
25 Once it has no more URBs associated with it, the anchor can be
31 An association of URBs to an anchor is made by an explicit
35 all URBs associated with an anchor.
44 This function kills all URBs associated with an anchor. The URBs
52 This function unlinks all URBs associated with an anchor. The URBs
62 All URBs of an anchor are unanchored en masse.
74 Returns true if no URBs are associated with an anchor. Locking
[all …]
/linux-6.3-rc2/fs/jfs/
A Djfs_unicode.h31 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()
/linux-6.3-rc2/fs/ksmbd/
A Dunicode.h84 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local
91 return anchor; in UniStrcat()
133 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local
137 return anchor; in UniStrcpy()
173 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local
183 return anchor; in UniStrncat()
220 wchar_t *anchor = ucs1; in UniStrncpy() local
228 return anchor; in UniStrncpy()
236 wchar_t *anchor = ucs1; in UniStrncpy_le() local
244 return anchor; in UniStrncpy_le()
/linux-6.3-rc2/fs/cifs/
A Dcifs_unicode.h120 __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()
/linux-6.3-rc2/lib/lz4/
A Dlz4hc_compress.c265 const BYTE **anchor, in LZ4HC_encodeSequence() argument
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()
556 int lastRun = (int)(iend - anchor); in LZ4HC_compress_generic()
573 LZ4_memcpy(op, anchor, iend - anchor); in LZ4HC_compress_generic()
[all …]
A Dlz4_compress.c195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic() local
325 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic()
391 anchor = ip; 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()
631 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_destSize_generic()
662 anchor = ip; in LZ4_compress_destSize_generic()
690 size_t lastRunSize = (size_t)(iend - anchor); in LZ4_compress_destSize_generic()
699 ip = anchor + lastRunSize; in LZ4_compress_destSize_generic()
[all …]
/linux-6.3-rc2/include/linux/
A Dusb.h1392 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() argument
1394 memset(anchor, 0, sizeof(*anchor)); in init_usb_anchor()
1395 INIT_LIST_HEAD(&anchor->urb_list); in init_usb_anchor()
1396 init_waitqueue_head(&anchor->wait); in init_usb_anchor()
1397 spin_lock_init(&anchor->lock); in init_usb_anchor()
1597 struct usb_anchor *anchor; member
1770 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);
1771 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
1773 extern void usb_unlink_anchored_urbs(struct usb_anchor *anchor);
1775 extern void usb_anchor_resume_wakeups(struct usb_anchor *anchor);
[all …]
A Diova.h37 struct iova anchor; /* rbtree lookup anchor */ member
/linux-6.3-rc2/drivers/mtd/ubi/
A Dfastmap-wl.c75 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()
365 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local
376 anchor = ubi_wl_get_fm_peb(ubi, 1); in ubi_ensure_anchor_pebs()
377 if (anchor) { in ubi_ensure_anchor_pebs()
378 ubi->fm_anchor = anchor; in ubi_ensure_anchor_pebs()
/linux-6.3-rc2/sound/usb/bcd2000/
A Dbcd2000.c57 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()
/linux-6.3-rc2/Documentation/input/
A Dshape.svg33 …0" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space…
36 …0" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space…
37 …0" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space…
38 …0" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="end" xml:space="p…
A Dinteractive.svg18 …ans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" text-anchor="middle" xml:space…
/linux-6.3-rc2/drivers/usb/serial/
A Dopticon.c46 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()
/linux-6.3-rc2/drivers/iommu/
A Diova.c64 iovad->cached_node = &iovad->anchor.node; in init_iova_domain()
65 iovad->cached32_node = &iovad->anchor.node; in init_iova_domain()
70 iovad->anchor.pfn_lo = iovad->anchor.pfn_hi = IOVA_ANCHOR; in init_iova_domain()
71 rb_link_node(&iovad->anchor.node, NULL, &iovad->rbroot.rb_node); in init_iova_domain()
72 rb_insert_color(&iovad->anchor.node, &iovad->rbroot); in init_iova_domain()
125 return &iovad->anchor.node; in iova_find_limit()
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00usb.c182 usb_anchor_urb(urb, rd->rt2x00dev->anchor); in rt2x00usb_register_read_async_cb()
220 usb_anchor_urb(urb, rt2x00dev->anchor); in rt2x00usb_register_read_async()
748 usb_kill_anchored_urbs(rt2x00dev->anchor); in rt2x00usb_uninitialize()
833 rt2x00dev->anchor = devm_kmalloc(&usb_dev->dev, in rt2x00usb_probe()
836 if (!rt2x00dev->anchor) { in rt2x00usb_probe()
840 init_usb_anchor(rt2x00dev->anchor); in rt2x00usb_probe()
849 usb_kill_anchored_urbs(rt2x00dev->anchor); in rt2x00usb_probe()
/linux-6.3-rc2/Documentation/filesystems/
A Dudf.rst63 anchor= Override standard anchor location. (default= 256)
/linux-6.3-rc2/fs/udf/
A Dsuper.c220 unsigned int anchor; member
471 uopt->anchor = 0; in udf_parse_options()
556 uopt->anchor = option; in udf_parse_options()
1804 struct anchorVolDescPtr *anchor; in udf_load_sequence() local
1808 anchor = (struct anchorVolDescPtr *)bh->b_data; in udf_load_sequence()
1811 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1812 main_e = le32_to_cpu(anchor->mainVolDescSeqExt.extLength); in udf_load_sequence()
1817 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
1818 reserve_e = le32_to_cpu(anchor->reserveVolDescSeqExt.extLength); in udf_load_sequence()
1972 sbi->s_anchor = uopt->anchor; in udf_load_vrs()

Completed in 74 milliseconds

12