| /kernel/linux/linux-5.10/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 239 /* first opener? */ in __knav_queue_open() 326 bool first; in knav_queue_enable_notifier() local 332 first = (atomic_inc_return(&qh->notifier_enabled) == 1); in knav_queue_enable_notifier() 333 if (!first) in knav_queue_enable_notifier() 337 first = (atomic_inc_return(&inst->num_notifiers) == 1); in knav_queue_enable_notifier() 338 if (first) in knav_queue_enable_notifier() 815 * use the first free slot which is large enough to accomodate in knav_pool_create()
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_taprio.c | 246 * first available interval in the next cycle. in find_entry_to_transmit() 716 /* This can happen in two cases: 1. this is the very first run in advance_sched() 718 * previously); 2. The previous schedule just ended. The first in advance_sched() 1024 struct sched_entry *first; in setup_first_close_time() local 1027 first = list_first_entry(&sched->entries, in setup_first_close_time() 1035 first->close_time = ktime_add_ns(base, first->interval); in setup_first_close_time() 1036 taprio_set_budget(q, first); in setup_first_close_time() 1354 * for it to be modified after the first init. in taprio_parse_clockid()
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | get_maintainer.pl | 2464 my $first = $nw[@nw - 3]; 2468 if (((length($first) == 1 && $first =~ m/[A-Za-z]/) || 2469 (length($first) == 2 && substr($first, -1) eq ".")) || 2472 $name = "$first $middle $last"; 2594 # address was found); otherwise a list whose first element is the
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | callchain.c | 553 /* make it the first child */ in create_child() 823 struct callchain_node *first; in split_add_child() local 840 * to new (first) child above. in split_add_child() 843 first = rb_entry(p, struct callchain_node, rb_node_in); in split_add_child() 844 cnode = list_first_entry(&first->val, struct callchain_list, in split_add_child() 887 /* If at least first entry matches, rely to children */ in append_chain_children() 1597 cursor->last = &cursor->first; in callchain_cursor_reset() 1599 for (node = cursor->first; node != NULL; node = node->next) in callchain_cursor_reset()
|
| /kernel/linux/linux-5.10/fs/jbd2/ |
| H A D | journal.c | 314 * this case, we copy the data and replace the first word with 0, and we 1550 unsigned long long first, last; in journal_reset() local 1552 first = be32_to_cpu(sb->s_first); in journal_reset() 1554 if (first + JBD2_MIN_JOURNAL_BLOCKS > last + 1) { in journal_reset() 1556 first, last); in journal_reset() 1561 journal->j_first = first; in journal_reset() 1673 * @tail_block: The first block of the transaction at the tail of the log
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | mempolicy.c | 24 * FIXME: memory is allocated starting with the first node 28 * preferred Try a specific node first before normal fallback. 34 * default Allocate on the local node first, or when on a VMA 61 first item above. 441 struct vm_area_struct *first; member 680 /* range check first */ in queue_pages_test_walk() 683 if (!qp->first) { in queue_pages_test_walk() 684 qp->first = vma; in queue_pages_test_walk() 754 .first = NULL, in queue_pages_range() 759 if (!qp.first) in queue_pages_range() [all...] |
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| H A D | xfs_dir2_leaf.c | 30 struct xfs_buf *bp, int first, int last); 489 * Find the first stale entry before our index, if any. in xfs_dir3_leaf_find_stale() 498 * Find the first stale entry at or after our index, if any. in xfs_dir3_leaf_find_stale() 547 * the right location, so we'll have to shift some up or down first. in xfs_dir3_leaf_find_entry() 648 * But if there are dup hash values the index is of the first of those. in xfs_dir2_leaf_addname() 918 int loglow; /* first leaf entry to log */ in xfs_dir3_leaf_compact() 1057 int first, /* first entry to log */ in xfs_dir3_leaf_log_bests() 1060 __be16 *firstb; /* pointer to first entry */ in xfs_dir3_leaf_log_bests() 1069 firstb = xfs_dir2_leaf_bests_p(ltp) + first; in xfs_dir3_leaf_log_bests() 1054 xfs_dir3_leaf_log_bests( struct xfs_da_args *args, struct xfs_buf *bp, int first, int last) xfs_dir3_leaf_log_bests() argument 1080 xfs_dir3_leaf_log_ents( struct xfs_da_args *args, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_buf *bp, int first, int last) xfs_dir3_leaf_log_ents() argument [all...] |
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | udp.c | 272 /* Got non-wildcard socket or error on first lookup */ in __udp6_lib_lookup() 332 * scratch area space; note that the IP6CB flags is still in the first 824 struct sock *sk, *first = NULL; in __udp6_lib_mcast_deliver() local 854 if (!first) { in __udp6_lib_mcast_deliver() 855 first = sk; in __udp6_lib_mcast_deliver() 878 if (first) { in __udp6_lib_mcast_deliver() 879 if (udpv6_queue_rcv_skb(first, skb) > 0) in __udp6_lib_mcast_deliver() 1046 /* Only check first socket in chain */ in __udp6_lib_demux_lookup()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 1102 /* For BOTTOMUP and TOPDOWN, we first fragment the in igt_frag() 1531 * pick the first matching hole it finds from the random list. We in igt_evict() 1857 * we search for the first. in igt_bottomup() 1900 unsigned int first; in igt_bottomup() local 1910 first = find_first_bit(bitmap, count); in igt_bottomup() 1911 if (node_index(node) != first) { in igt_bottomup() 1913 m, n, first, node_index(node)); in igt_bottomup() 1916 __clear_bit(first, bitmap); in igt_bottomup()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 1332 unsigned int first = tx_q->tpd.produce_idx; in emac_tx_fill_tpd() local 1417 tx_q->tpd.produce_idx = first; in emac_tx_fill_tpd() 1420 tpbuf = GET_TPD_BUFFER(tx_q, first); in emac_tx_fill_tpd() 1426 if (++first == tx_q->tpd.count) in emac_tx_fill_tpd() 1427 first = 0; in emac_tx_fill_tpd()
|
| /kernel/linux/linux-6.6/drivers/mtd/devices/ |
| H A D | docg3.c | 227 * @first: first time read, DOC_READADDRESS should be set 232 int first) in doc_read_data_area() 242 if (first) in doc_read_data_area() 308 * mode first. 447 * @block0: the first plane block index 497 * @block0: the first plane block index 672 * @block0: the first plane block index on flash memory 743 * @first: 1 if first tim 231 doc_read_data_area(struct docg3 *docg3, void *buf, int len, int first) doc_read_data_area() argument 753 doc_read_page_getbytes(struct docg3 *docg3, int len, u_char *buf, int first, int last_odd) doc_read_page_getbytes() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/calxeda/ |
| H A D | xgmac.c | 1081 struct xgmac_dma_desc *desc, *first; in xgmac_xmit() local 1093 first = desc; in xgmac_xmit() 1124 if (desc != first) in xgmac_xmit() 1130 /* Set owner on first desc last to avoid race condition */ in xgmac_xmit() 1132 desc_set_tx_owner(first, desc_flags | TXDESC_FIRST_SEG); in xgmac_xmit() 1159 desc = first; in xgmac_xmit()
|
| /kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
| H A D | ksz8795.c | 949 int first, index, cnt; in ksz8_flush_dyn_mac_table() local 955 first = port; in ksz8_flush_dyn_mac_table() 959 first = 0; in ksz8_flush_dyn_mac_table() 962 for (index = first; index < cnt; index++) { in ksz8_flush_dyn_mac_table() 969 for (index = first; index < cnt; index++) { in ksz8_flush_dyn_mac_table() 1017 /* Remember the first empty entry. */ in ksz8_add_sta_mac()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 1335 unsigned int first = tx_q->tpd.produce_idx; in emac_tx_fill_tpd() local 1420 tx_q->tpd.produce_idx = first; in emac_tx_fill_tpd() 1423 tpbuf = GET_TPD_BUFFER(tx_q, first); in emac_tx_fill_tpd() 1429 if (++first == tx_q->tpd.count) in emac_tx_fill_tpd() 1430 first = 0; in emac_tx_fill_tpd()
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| H A D | transport_rdma.c | 933 struct smb_direct_sendmsg *first, *last; in smb_direct_flush_send_list() local 939 first = list_first_entry(&send_ctx->msg_list, in smb_direct_flush_send_list() 953 ret = smb_direct_post_send(t, &first->wr); in smb_direct_flush_send_list() 961 list_for_each_entry_safe(first, last, &send_ctx->msg_list, in smb_direct_flush_send_list() 963 smb_direct_free_sendmsg(t, first); in smb_direct_flush_send_list()
|
| /kernel/linux/linux-6.6/fs/xfs/libxfs/ |
| H A D | xfs_dir2_leaf.c | 30 struct xfs_buf *bp, int first, int last); 498 * Find the first stale entry before our index, if any. in xfs_dir3_leaf_find_stale() 507 * Find the first stale entry at or after our index, if any. in xfs_dir3_leaf_find_stale() 556 * the right location, so we'll have to shift some up or down first. in xfs_dir3_leaf_find_entry() 657 * But if there are dup hash values the index is of the first of those. in xfs_dir2_leaf_addname() 927 int loglow; /* first leaf entry to log */ in xfs_dir3_leaf_compact() 1066 int first, /* first entry to log */ in xfs_dir3_leaf_log_bests() 1069 __be16 *firstb; /* pointer to first entry */ in xfs_dir3_leaf_log_bests() 1078 firstb = xfs_dir2_leaf_bests_p(ltp) + first; in xfs_dir3_leaf_log_bests() 1063 xfs_dir3_leaf_log_bests( struct xfs_da_args *args, struct xfs_buf *bp, int first, int last) xfs_dir3_leaf_log_bests() argument 1089 xfs_dir3_leaf_log_ents( struct xfs_da_args *args, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_buf *bp, int first, int last) xfs_dir3_leaf_log_ents() argument [all...] |
| /kernel/linux/linux-6.6/drivers/vhost/ |
| H A D | vdpa.c | 506 .first = v->range.first, in vhost_vdpa_get_iova_range() 1113 if (msg->iova < v->range.first || !msg->size || in vhost_vdpa_process_iotlb_update() 1266 range->first = v->domain->geometry.aperture_start; in vhost_vdpa_set_iova_range() 1269 range->first = 0; in vhost_vdpa_set_iova_range()
|
| /kernel/linux/linux-6.6/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 239 /* first opener? */ in __knav_queue_open() 326 bool first; in knav_queue_enable_notifier() local 332 first = (atomic_inc_return(&qh->notifier_enabled) == 1); in knav_queue_enable_notifier() 333 if (!first) in knav_queue_enable_notifier() 337 first = (atomic_inc_return(&inst->num_notifiers) == 1); in knav_queue_enable_notifier() 338 if (first) in knav_queue_enable_notifier() 814 * use the first free slot which is large enough to accomodate in knav_pool_create()
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | chacha-avx512vl-x86_64.S | 325 # o0 = i0 ^ (x0 + s0), first block 332 # o1 = i1 ^ (x1 + s1), first block 339 # o2 = i2 ^ (x2 + s2), first block 346 # o3 = i3 ^ (x3 + s3), first block 705 # xor/write first four blocks
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 712 struct ftgmac100_txdes *txdes, *first; in ftgmac100_hard_start_xmit() local 760 txdes = first = &priv->txdes[pointer]; in ftgmac100_hard_start_xmit() 807 * before setting the OWN bit on the first descriptor. in ftgmac100_hard_start_xmit() 810 first->txdes0 = cpu_to_le32(f_ctl_stat); in ftgmac100_hard_start_xmit() 838 ftgmac100_free_tx_packet(priv, pointer, skb, first, f_ctl_stat); in ftgmac100_hard_start_xmit() 839 first->txdes0 = cpu_to_le32(f_ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit() 1254 * they were masked. So we clear them first, then we need in ftgmac100_poll()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
| H A D | tx.c | 910 /* NOTE: For the first rate, the ERP & AMPDU flags are directly in carl9170_tx_apply_rateset() 925 /* first rate - part of the hw's frame header */ in carl9170_tx_apply_rateset() 1133 struct sk_buff *skb, *first; in carl9170_tx_ampdu() local 1170 first = skb_peek(&tid_info->queue); in carl9170_tx_ampdu() 1171 tmpssn = carl9170_get_seq(first); in carl9170_tx_ampdu() 1193 tid_info->sta, first); in carl9170_tx_ampdu() 1194 tx_info_first = IEEE80211_SKB_CB(first); in carl9170_tx_ampdu()
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | get_maintainer.pl | 2465 my $first = $nw[@nw - 3]; 2469 if (((length($first) == 1 && $first =~ m/[A-Za-z]/) || 2470 (length($first) == 2 && substr($first, -1) eq ".")) || 2473 $name = "$first $middle $last"; 2595 # address was found); otherwise a list whose first element is the
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | udp.c | 245 /* Got non-wildcard socket or error on first lookup */ in __udp6_lib_lookup() 308 * scratch area space; note that the IP6CB flags is still in the first 836 struct sock *sk, *first = NULL; in __udp6_lib_mcast_deliver() local 866 if (!first) { in __udp6_lib_mcast_deliver() 867 first = sk; in __udp6_lib_mcast_deliver() 890 if (first) { in __udp6_lib_mcast_deliver() 891 if (udpv6_queue_rcv_skb(first, skb) > 0) in __udp6_lib_mcast_deliver() 1075 /* Only check first socket in chain */ in __udp6_lib_demux_lookup()
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | filter-audio.mak | 235 FATE_AMIX += fate-filter-amix-first 236 fate-filter-amix-first: CMD = ffmpeg -auto_conversion_filters -filter_complex amix=duration=first -ss 4 -i $(SRC) -i $(SRC1) -f f32le - 237 fate-filter-amix-first: REF = $(SAMPLES)/filter/amix_first.pcm 315 # first 5 seconds uses packet format A and max LLE of -7.0db
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 208 * and calls the coroutine main entrypoint on the first pass, but in subsequent in generate_compute() 259 /* first time here - call the coroutine function entry point */ in generate_compute() 1017 * (as we have mip-first layout can't just adjust base ptr). in lp_csctx_set_sampler_views() 1197 * (as we have mip-first layout can't just adjust base ptr). in lp_csctx_set_cs_images() 1438 unsigned first, unsigned count, in llvmpipe_set_global_binding() 1446 if (first + count > cs->max_global_buffers) { in llvmpipe_set_global_binding() 1448 cs->max_global_buffers = first + count; in llvmpipe_set_global_binding() 1460 pipe_resource_reference(&cs->global_buffers[first + i], NULL); in llvmpipe_set_global_binding() 1467 pipe_resource_reference(&cs->global_buffers[first + i], resources[i]); in llvmpipe_set_global_binding() 1437 llvmpipe_set_global_binding(struct pipe_context *pipe, unsigned first, unsigned count, struct pipe_resource **resources, uint32_t **handles) llvmpipe_set_global_binding() argument
|