/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_fq.c | 66 * in linear list (head,tail), otherwise are placed in a rbtree (t_root). 73 struct sk_buff *tail; /* last skb in the list */ member 139 * f->tail and f->age share the same location. 142 * This assumes f->tail low order bit must be 0 since alignof(struct sk_buff) >= 2 411 fq_skb_cb(skb)->time_to_send >= fq_skb_cb(flow->tail)->time_to_send) { in flow_queue_add() 415 flow->tail->next = skb; in flow_queue_add() 416 flow->tail = skb; in flow_queue_add() 657 rtnl_kfree_skbs(flow->head, flow->tail); in fq_flow_purge()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcsock.c | 1085 const struct kvec *tail = xdr->tail; in svc_tcp_sendmsg() local 1122 if (remaining <= PAGE_SIZE && tail->iov_len == 0) in svc_tcp_sendmsg() 1140 if (tail->iov_len) { in svc_tcp_sendmsg() 1141 ret = svc_tcp_send_kvec(sock, tail, 0); in svc_tcp_sendmsg()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | runlist.c | 233 /* Move the tail of @dst out of the way, then copy in @src. */ in ntfs_rl_append() 320 /* Move the tail of @dst out of the way, then copy in @src. */ in ntfs_rl_insert() 373 int tail; /* Start of tail of @dst. */ in ntfs_rl_replace() local 405 * Offset of the tail of @dst. This needs to be moved out of the way in ntfs_rl_replace() 407 * run of the tail of @dst. in ntfs_rl_replace() 408 * Nominally, @tail equals @loc + 1, i.e. location, skipping the in ntfs_rl_replace() 412 tail = loc + right + 1; in ntfs_rl_replace() 415 * the tail of @dst needs to be moved to. in ntfs_rl_replace() 422 /* Move the tail o in ntfs_rl_replace() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 379 u16 lead = 0, tail = 0; in ivtvfb_write() local 422 tail = (count - lead) & 3; in ivtvfb_write() 424 dma_size = count - lead - tail; in ivtvfb_write() 432 if (tail && copy_from_user(dst, buf, tail)) in ivtvfb_write()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | runlist.c | 233 /* Move the tail of @dst out of the way, then copy in @src. */ in ntfs_rl_append() 320 /* Move the tail of @dst out of the way, then copy in @src. */ in ntfs_rl_insert() 373 int tail; /* Start of tail of @dst. */ in ntfs_rl_replace() local 405 * Offset of the tail of @dst. This needs to be moved out of the way in ntfs_rl_replace() 407 * run of the tail of @dst. in ntfs_rl_replace() 408 * Nominally, @tail equals @loc + 1, i.e. location, skipping the in ntfs_rl_replace() 412 tail = loc + right + 1; in ntfs_rl_replace() 415 * the tail of @dst needs to be moved to. in ntfs_rl_replace() 422 /* Move the tail o in ntfs_rl_replace() [all...] |
/kernel/linux/linux-6.6/drivers/char/xillybus/ |
H A D | xillybus_core.c | 1054 unsigned char *tail = channel->rd_buffers[bufidx]->addr + in xillybus_myflush() local 1059 channel->rd_leftovers[i] = *tail++; in xillybus_myflush() 1257 unsigned char *tail; in xillybus_write() local 1269 tail = channel-> in xillybus_write() 1278 *tail++; in xillybus_write()
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | rz-dmac.c | 85 struct rz_lmdesc *tail; member 222 channel->lmdesc.tail = lmdesc; in rz_lmdesc_setup() 314 struct rz_lmdesc *lmdesc = channel->lmdesc.tail; in rz_dmac_prepare_desc_for_memcpy() 351 lmdesc = channel->lmdesc.tail; in rz_dmac_prepare_descs_for_slave_sg() 376 channel->lmdesc.tail = lmdesc; in rz_dmac_prepare_descs_for_slave_sg()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 907 int tail = req->cryptlen % AES_BLOCK_SIZE; in xts_crypt() local 919 if (unlikely(tail > 0 && walk.nbytes < walk.total)) { in xts_crypt() 936 tail = 0; in xts_crypt() 966 if (unlikely(tail > 0 && !err)) { in xts_crypt() 974 skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, in xts_crypt()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.c | 158 info->v1i.tail = 1; in fjes_hw_setup_epbuf() 926 return EP_RING_EMPTY(info->v1i.head, info->v1i.tail, in fjes_hw_epbuf_rx_is_empty() 965 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send() 969 (info->v1i.tail - 1, in fjes_hw_epbuf_tx_pkt_send() 976 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
|
/kernel/linux/linux-6.6/drivers/net/wwan/ |
H A D | wwan_core.c | 715 struct sk_buff *skb, *head = NULL, *tail = NULL; in wwan_port_fops_write() local 735 } else if (!tail) { in wwan_port_fops_write() 737 tail = skb; in wwan_port_fops_write() 739 tail->next = skb; in wwan_port_fops_write() 740 tail = skb; in wwan_port_fops_write()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fq.c | 66 * in linear list (head,tail), otherwise are placed in a rbtree (t_root). 73 struct sk_buff *tail; /* last skb in the list */ member 139 * f->tail and f->age share the same location. 142 * This assumes f->tail low order bit must be 0 since alignof(struct sk_buff) >= 2 411 fq_skb_cb(skb)->time_to_send >= fq_skb_cb(flow->tail)->time_to_send) { in flow_queue_add() 415 flow->tail->next = skb; in flow_queue_add() 416 flow->tail = skb; in flow_queue_add() 657 rtnl_kfree_skbs(flow->head, flow->tail); in fq_flow_purge()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 710 r->tail = wil_r(wil, RGF_MBOX + in __wmi_send() 711 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send() 712 if (next_head != r->tail) in __wmi_send() 716 if (next_head == r->tail) { in __wmi_send() 1935 if (r->tail == r->head) in wmi_recv_cmd() 1938 wil_dbg_wmi(wil, "Mbox head %08x tail %08x\n", in wmi_recv_cmd() 1939 r->head, r->tail); in wmi_recv_cmd() 1940 /* read cmd descriptor from tail */ in wmi_recv_cmd() 1941 wil_memcpy_fromio_32(&d_tail, wil->csr + HOSTADDR(r->tail), in wmi_recv_cmd() 1972 wil_w(wil, r->tail in wmi_recv_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 710 r->tail = wil_r(wil, RGF_MBOX + in __wmi_send() 711 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send() 712 if (next_head != r->tail) in __wmi_send() 716 if (next_head == r->tail) { in __wmi_send() 1936 if (r->tail == r->head) in wmi_recv_cmd() 1939 wil_dbg_wmi(wil, "Mbox head %08x tail %08x\n", in wmi_recv_cmd() 1940 r->head, r->tail); in wmi_recv_cmd() 1941 /* read cmd descriptor from tail */ in wmi_recv_cmd() 1942 wil_memcpy_fromio_32(&d_tail, wil->csr + HOSTADDR(r->tail), in wmi_recv_cmd() 1973 wil_w(wil, r->tail in wmi_recv_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_execlists.c | 404 ce[0]->ring->tail) <= 0) { in live_unlite_ring() 419 pr_debug("%s: Filled ring with %d nop tails {size:%x, tail:%x, emit:%x, rq.tail:%x}\n", in live_unlite_ring() 422 ce[0]->ring->tail, in live_unlite_ring() 424 rq->tail); in live_unlite_ring() 426 rq->tail, in live_unlite_ring() 427 ce[0]->ring->tail) <= 0); in live_unlite_ring() 449 pr_debug("%s: ring[0]:{ tail:%x, emit:%x }, ring[1]:{ tail:%x, emit:%x }\n", in live_unlite_ring() 451 ce[0]->ring->tail, c in live_unlite_ring() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 161 |tail -1
|
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/ |
H A D | cpuisolation02.sh | 139 tail -n+$(sed -n -e "/cpu#3/=" $proc_sd) $proc_sd \
|
/kernel/linux/linux-6.6/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 161 |tail -1
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.h | 234 unsigned tail; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 136 u16 tail; member 172 spinlock_t tx_queue_lock; /* prevent concurrent tail updates */
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | static_call.h | 77 * instruction, instead of an immediate tail-call JMP. HAVE_STATIC_CALL_INLINE 106 extern void arch_static_call_transform(void *site, void *tramp, void *func, bool tail);
|
H A D | visorbus.h | 144 * @tail: Queue tail signal. 171 u32 tail; member
|
H A D | iova.h | 63 unsigned head, tail; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | static_call.h | 84 * instruction, instead of an immediate tail-call JMP. HAVE_STATIC_CALL_INLINE 144 extern void arch_static_call_transform(void *site, void *tramp, void *func, bool tail);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 136 u16 tail; member 172 spinlock_t tx_queue_lock; /* prevent concurrent tail updates */
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_debugfs.c | 118 "%s: queued=%d head=%d tail=%d\n", in mt792x_queues_read() 120 q->tail); in mt792x_queues_read()
|