Home
last modified time | relevance | path

Searched refs:tail (Results 701 - 725 of 2250) sorted by relevance

1...<<21222324252627282930>>...90

/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c606 ret = svc_rdma_iov_dma_map(data, &xdr->tail[0]); in svc_rdma_xb_dma_map()
645 if (xdr->tail[0].iov_len) in svc_rdma_xb_count_sges()
718 if (xdr->tail[0].iov_len) { in svc_rdma_xb_linearize()
719 memcpy(args->pd_dest, xdr->tail[0].iov_base, xdr->tail[0].iov_len); in svc_rdma_xb_linearize()
720 args->pd_dest += xdr->tail[0].iov_len; in svc_rdma_xb_linearize()
/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c106 OpaqueList *tail; member
204 newNode->fake_timestamp = priv->tail->fake_timestamp + TIMESTAMP_UNIT; in opaque_list_push()
205 priv->tail->next = newNode; in opaque_list_push()
207 priv->tail = newNode; in opaque_list_push()
238 priv->tail = priv->head; in opaque_list_pop()
254 priv->tail = node; in opaque_list_pop()
/third_party/mesa3d/src/glx/
H A Ddri_common.c278 struct glx_config head, *tail, *m; in driConvertConfigs() local
280 tail = &head; in driConvertConfigs()
283 tail->next = createDriMode(core, m, driConfigs); in driConvertConfigs()
284 if (tail->next == NULL) { in driConvertConfigs()
290 tail = tail->next; in driConvertConfigs()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.h180 * RET1: queue tail offset
188 * ARG1: New tail offset
223 unsigned long *tail);
225 unsigned long tail);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c40 "%d: queued=%d head=%d tail=%d\n", in mt76_queues_read()
41 i, q->queued, q->head, q->tail); in mt76_queues_read()
57 seq_printf(s, "%d: queued=%d head=%d tail=%d\n", in mt76_rx_queues_read()
58 i, queued, q->head, q->tail); in mt76_rx_queues_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h80 struct lsb_header_tail tail; member
87 struct lsb_header_tail tail; member
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_private.h26 int tail; member
76 * that a writer might concurrently increment the tail does not
85 int cnt = READ_ONCE(q->tail) - READ_ONCE(q->head); in queue_cnt()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.h180 * RET1: queue tail offset
188 * ARG1: New tail offset
223 unsigned long *tail);
225 unsigned long tail);
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c59 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_queues_read()
67 i, q->queued, q->head, q->tail); in mt76_queues_read()
79 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_rx_queues_read()
85 i, queued, q->head, q->tail); in mt76_rx_queues_read()
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py42 value, function, tail = line.split(':', 2)
48 fdata[value].append(tail)
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_library.js112 const tail = substring.call(str, str.length - 10, str.length - 1);
113 str = `${head}[...]${tail}`;
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug05.sh112 offline_status=$(tail -n 1 "$LOG_FILE")
138 online_status=$(tail -n 1 "$LOG_FILE")
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_selinux.sh12 TST_NEEDS_CMDS="awk cut grep tail"
75 line=$(grep -E "selinux-policy-hash" $ASCII_MEASUREMENTS | tail -1)
116 line=$(grep -E "selinux-state" $ASCII_MEASUREMENTS | tail -1)
/third_party/skia/src/pathops/
H A DSkOpContour.cpp17 SkAssertResult(segment->addCurveTo(segment->head(), segment->tail(), path)); in toPath()
26 SkAssertResult(segment->addCurveTo(segment->tail(), segment->head(), path)); in toReversePath()
/third_party/optimized-routines/string/aarch64/
H A Dstrchrnul.S81 cbnz tmp1, L(tail)
103 L(tail):
/third_party/skia/gn/
H A Dcompile_sksl_tests.py66 head, tail = os.path.split(noExt)
70 target = os.path.join(targetDir, tail)
/vendor/ohemu/common/
H A Dqemu-run136 result=`tail -1 $test_file`
140 result=`tail -2 $test_file`
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1867 struct kvec *tail = buf->tail; in svcauth_gss_wrap_priv() local
1884 * If there is currently tail data, make sure there is in svcauth_gss_wrap_priv()
1885 * room for the head, tail, and 2 * RPC_MAX_AUTH_SIZE in in svcauth_gss_wrap_priv()
1886 * the page, and move the current tail data such that in svcauth_gss_wrap_priv()
1888 * both the head and tail. in svcauth_gss_wrap_priv()
1890 if (tail->iov_base) { in svcauth_gss_wrap_priv()
1891 if (tail->iov_base >= head->iov_base + PAGE_SIZE) in svcauth_gss_wrap_priv()
1893 if (tail->iov_base < head->iov_base) in svcauth_gss_wrap_priv()
1895 if (tail in svcauth_gss_wrap_priv()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c1428 u8 *tail = NULL; in ieee802_11_build_ap_params() local
1479 tailpos = tail = os_malloc(tail_len); in ieee802_11_build_ap_params()
1480 if (head == NULL || tail == NULL) { in ieee802_11_build_ap_params()
1483 os_free(tail); in ieee802_11_build_ap_params()
1486 tailend = tail + tail_len; in ieee802_11_build_ap_params()
1535 hapd->cs_c_off_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params()
1553 hapd->cs_c_off_ecsa_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params()
1649 tailpos = hostapd_eid_mbo(hapd, tailpos, tail + tail_len - tailpos); in ieee802_11_build_ap_params()
1651 tail + tail_len - tailpos); in ieee802_11_build_ap_params()
1652 tailpos = hostapd_eid_dpp_cc(hapd, tailpos, tail in ieee802_11_build_ap_params()
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c105 pr_emerg("%s: text:%px len:%d put:%d head:%px data:%px tail:%#lx end:%#lx dev:%s\n", in skb_panic()
107 (unsigned long)skb->tail, (unsigned long)skb->end, in skb_panic()
176 * tail room of at least size bytes. The object has a reference count
223 * the tail pointer in struct sk_buff! in __alloc_skb()
225 memset(skb, 0, offsetof(struct sk_buff, tail)); in __alloc_skb()
233 skb->end = skb->tail + size; in __alloc_skb()
279 skb->end = skb->tail + size; in __build_skb_around()
307 * MUST add room at tail (SKB_DATA_ALIGN(skb_shared_info))
320 memset(skb, 0, offsetof(struct sk_buff, tail)); in __build_skb()
1006 C(tail); in __skb_clone()
1206 struct sk_buff *tail, *skb = skb_from_uarg(uarg); sock_zerocopy_callback() local
1859 pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) pskb_put() argument
3693 struct sk_buff *tail = NULL; skb_segment_list() local
3811 struct sk_buff *tail = NULL; skb_segment() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c188 pr_emerg("%s: text:%px len:%d put:%d head:%px data:%px tail:%#lx end:%#lx dev:%s\n", in skb_panic()
190 (unsigned long)skb->tail, (unsigned long)skb->end, in skb_panic()
401 memset(skb, 0, offsetof(struct sk_buff, tail)); in slab_build_skb()
439 * MUST add room at tail (SKB_DATA_ALIGN(skb_shared_info))
452 memset(skb, 0, offsetof(struct sk_buff, tail)); in __build_skb()
513 memset(skb, 0, offsetof(struct sk_buff, tail)); in __napi_build_skb()
615 * tail room of at least size bytes. The object has a reference count
662 * the tail pointer in struct sk_buff! in __alloc_skb()
664 memset(skb, 0, offsetof(struct sk_buff, tail)); in __alloc_skb()
1440 C(tail); in __skb_clone()
1649 struct sk_buff *tail, *skb = skb_from_uarg(uarg); __msg_zerocopy_callback() local
2401 pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) pskb_put() argument
4334 struct sk_buff *tail = NULL; skb_segment_list() local
4431 struct sk_buff *tail = NULL; skb_segment() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c43 unsigned int tail; member
123 if (next_head == ring->tail) in __aq_ptp_skb_put()
148 if (ring->tail == ring->head) in __aq_ptp_skb_get()
151 skb = ring->buff[ring->tail]; in __aq_ptp_skb_get()
152 ring->tail = (ring->tail + 1) % ring->size; in __aq_ptp_skb_get()
175 len = (ring->head >= ring->tail) ? in aq_ptp_skb_buf_len()
176 ring->head - ring->tail : in aq_ptp_skb_buf_len()
177 ring->size - ring->tail + ring->head; in aq_ptp_skb_buf_len()
195 ring->tail in aq_ptp_skb_ring_init()
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c546 int tail = req->cryptlen % AES_BLOCK_SIZE; in xts_encrypt() local
557 if (unlikely(tail > 0 && walk.nbytes < walk.total)) { in xts_encrypt()
573 tail = 0; in xts_encrypt()
590 if (err || likely(!tail)) in xts_encrypt()
597 skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, in xts_encrypt()
618 int tail = req->cryptlen % AES_BLOCK_SIZE; in xts_decrypt() local
629 if (unlikely(tail > 0 && walk.nbytes < walk.total)) { in xts_decrypt()
645 tail = 0; in xts_decrypt()
662 if (err || likely(!tail)) in xts_decrypt()
669 skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, in xts_decrypt()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c1223 unsigned ofs, u16 tail, u8 gen) in qib_user_sdma_send_frag()
1231 descqp = &ppd->sdma_descq[tail].qw[0]; in qib_user_sdma_send_frag()
1253 u16 tail, tail_c; in qib_user_sdma_send_desc() local
1262 tail_c = tail = ppd->sdma_descq_tail; in qib_user_sdma_send_desc()
1270 u16 dtail = tail; in qib_user_sdma_send_desc()
1273 qib_user_sdma_send_frag(ppd, pkt, i, ofs, tail, gen); in qib_user_sdma_send_desc()
1276 if (++tail == ppd->sdma_descq_cnt) { in qib_user_sdma_send_desc()
1277 tail = 0; in qib_user_sdma_send_desc()
1280 } else if (tail == (ppd->sdma_descq_cnt>>1)) { in qib_user_sdma_send_desc()
1303 tail_c = dtail = tail; in qib_user_sdma_send_desc()
1221 qib_user_sdma_send_frag(struct qib_pportdata *ppd, struct qib_user_sdma_pkt *pkt, int idx, unsigned ofs, u16 tail, u8 gen) qib_user_sdma_send_frag() argument
[all...]
/kernel/linux/linux-5.10/samples/vfio-mdev/
H A Dmtty.c113 u8 head, tail; member
357 mdev_state->s[index].rxtx.tail)) { in handle_bar_write()
378 mdev_state->s[index].rxtx.tail = 0; in handle_bar_write()
474 mdev_state->s[index].rxtx.tail) { in handle_bar_read()
476 mdev_state->s[index].rxtx.tail]; in handle_bar_read()
478 CIRCULAR_BUF_INC_IDX(mdev_state->s[index].rxtx.tail); in handle_bar_read()
482 mdev_state->s[index].rxtx.tail) { in handle_bar_read()
525 mdev_state->s[index].rxtx.tail)) in handle_bar_read()
556 mdev_state->s[index].rxtx.tail) in handle_bar_read()
565 mdev_state->s[index].rxtx.tail) in handle_bar_read()
[all...]

Completed in 27 milliseconds

1...<<21222324252627282930>>...90