Home
last modified time | relevance | path

Searched refs:left (Results 1151 - 1175 of 1312) sorted by relevance

1...<<41424344454647484950>>...53

/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c246 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
/kernel/linux/linux-6.6/drivers/devfreq/event/
H A Dexynos-ppmu.c72 PPMU_EVENT(mfc-left),
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c454 path->bounds[i].left = 0; in mdp_cmdq_send()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov9640.c574 sel->r.left = 0; in ov9640_get_selection()
H A Dov8865.c2827 r->left = (OV8865_NATIVE_WIDTH - mode->output_size_x) / 2; in __ov8865_get_pad_crop()
2847 sel->r.left = 0; in ov8865_get_selection()
2854 sel->r.left = OV8865_ACTIVE_START_LEFT; in ov8865_get_selection()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h859 u8 left; /* 238+ */ member
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c245 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c736 * For this to be so, the result of this function must have a left bias.
878 * se->min_deadline = min(se->deadline, left->min_deadline, right->min_deadline)
915 struct rb_node *left = rb_first_cached(&cfs_rq->tasks_timeline); in __pick_first_entity() local
917 if (!left) in __pick_first_entity()
920 return __node_2_se(left); in __pick_first_entity()
938 * se->min_deadline = min(se->deadline, se->{left,right}->min_deadline)
964 * If this entity is not eligible, try the left subtree. in __pick_eevdf()
978 * Every se in a left branch is eligible, keep track of the in __pick_eevdf()
982 struct sched_entity *left = __node_2_se(node->rb_left); in __pick_eevdf() local
984 if (!best_left || deadline_gt(min_deadline, best_left, left)) in __pick_eevdf()
1041 struct sched_entity *left = __pick_first_entity(cfs_rq); pick_eevdf() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1615 const u8 *ta, const u8 *ies, int ie_len, int left) in il_fill_probe_req()
1622 left -= 24; in il_fill_probe_req()
1623 if (left < 0) in il_fill_probe_req()
1638 left -= 2; in il_fill_probe_req()
1639 if (left < 0) in il_fill_probe_req()
1646 if (WARN_ON(left < ie_len)) in il_fill_probe_req()
1805 * issue has not yet been resolved and this debugging is left to in il_process_add_sta_resp()
1614 il_fill_probe_req(struct il_priv *il, struct ieee80211_mgmt *frame, const u8 *ta, const u8 *ies, int ie_len, int left) il_fill_probe_req() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1613 const u8 *ta, const u8 *ies, int ie_len, int left) in il_fill_probe_req()
1620 left -= 24; in il_fill_probe_req()
1621 if (left < 0) in il_fill_probe_req()
1636 left -= 2; in il_fill_probe_req()
1637 if (left < 0) in il_fill_probe_req()
1644 if (WARN_ON(left < ie_len)) in il_fill_probe_req()
1803 * issue has not yet been resolved and this debugging is left to in il_process_add_sta_resp()
1612 il_fill_probe_req(struct il_priv *il, struct ieee80211_mgmt *frame, const u8 *ta, const u8 *ies, int ie_len, int left) il_fill_probe_req() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c537 WARN(1, "cannot free all buffers in pool %d, buf_num left %d\n", in mvpp2_bm_pool_destroy()
591 /* Drain the BM from all possible residues left by firmware */ in mvpp2_bm_pool_cleanup()
3909 int sz, bool left, bool last) in mvpp2_tso_put_data()
3928 if (!left) { in mvpp2_tso_put_data()
3961 int left = min_t(int, skb_shinfo(skb)->gso_size, len); in mvpp2_tx_tso() local
3965 len -= left; in mvpp2_tx_tso()
3968 tso_build_hdr(skb, hdr, &tso, left, len == 0); in mvpp2_tx_tso()
3971 while (left > 0) { in mvpp2_tx_tso()
3972 int sz = min_t(int, tso.size, left); in mvpp2_tx_tso()
3973 left in mvpp2_tx_tso()
3904 mvpp2_tso_put_data(struct sk_buff *skb, struct net_device *dev, struct tso_t *tso, struct mvpp2_tx_queue *txq, struct mvpp2_tx_queue *aggr_txq, struct mvpp2_txq_pcpu *txq_pcpu, int sz, bool left, bool last) mvpp2_tso_put_data() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c808 static int ocfs2_extents_adjacent(struct ocfs2_extent_rec *left, in ocfs2_extents_adjacent() argument
813 left_range = le32_to_cpu(left->e_cpos) + in ocfs2_extents_adjacent()
814 le16_to_cpu(left->e_leaf_clusters); in ocfs2_extents_adjacent()
1435 * Should only be called when there is no space left in any of the
1750 struct ocfs2_path *left, in ocfs2_find_subtree_root()
1758 BUG_ON(path_root_bh(left) != path_root_bh(right)); in ocfs2_find_subtree_root()
1766 mlog_bug_on_msg(i > left->p_tree_depth, in ocfs2_find_subtree_root()
1767 "Owner %llu, left depth %u, right depth %u\n" in ocfs2_find_subtree_root()
1768 "left leaf blk %llu, right leaf blk %llu\n", in ocfs2_find_subtree_root()
1770 left in ocfs2_find_subtree_root()
1749 ocfs2_find_subtree_root(struct ocfs2_extent_tree *et, struct ocfs2_path *left, struct ocfs2_path *right) ocfs2_find_subtree_root() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c806 static int ocfs2_extents_adjacent(struct ocfs2_extent_rec *left, in ocfs2_extents_adjacent() argument
811 left_range = le32_to_cpu(left->e_cpos) + in ocfs2_extents_adjacent()
812 le16_to_cpu(left->e_leaf_clusters); in ocfs2_extents_adjacent()
1433 * Should only be called when there is no space left in any of the
1748 struct ocfs2_path *left, in ocfs2_find_subtree_root()
1756 BUG_ON(path_root_bh(left) != path_root_bh(right)); in ocfs2_find_subtree_root()
1764 mlog_bug_on_msg(i > left->p_tree_depth, in ocfs2_find_subtree_root()
1765 "Owner %llu, left depth %u, right depth %u\n" in ocfs2_find_subtree_root()
1766 "left leaf blk %llu, right leaf blk %llu\n", in ocfs2_find_subtree_root()
1768 left in ocfs2_find_subtree_root()
1747 ocfs2_find_subtree_root(struct ocfs2_extent_tree *et, struct ocfs2_path *left, struct ocfs2_path *right) ocfs2_find_subtree_root() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c560 WARN(1, "cannot free all buffers in pool %d, buf_num left %d\n", in mvpp2_bm_pool_destroy()
624 /* Drain the BM from all possible residues left by firmware */ in mvpp2_bm_pool_cleanup()
4267 int sz, bool left, bool last) in mvpp2_tso_put_data()
4286 if (!left) { in mvpp2_tso_put_data()
4319 int left = min_t(int, skb_shinfo(skb)->gso_size, len); in mvpp2_tx_tso() local
4323 len -= left; in mvpp2_tx_tso()
4326 tso_build_hdr(skb, hdr, &tso, left, len == 0); in mvpp2_tx_tso()
4329 while (left > 0) { in mvpp2_tx_tso()
4330 int sz = min_t(int, tso.size, left); in mvpp2_tx_tso()
4331 left in mvpp2_tx_tso()
4262 mvpp2_tso_put_data(struct sk_buff *skb, struct net_device *dev, struct tso_t *tso, struct mvpp2_tx_queue *txq, struct mvpp2_tx_queue *aggr_txq, struct mvpp2_txq_pcpu *txq_pcpu, int sz, bool left, bool last) mvpp2_tso_put_data() argument
[all...]
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c199 * - residue: The amount of bytes we have left to transfer for this desc
781 int i, j, left, nslots; in edma_execute() local
794 /* Find out how many left */ in edma_execute()
795 left = edesc->pset_nr - edesc->processed; in edma_execute()
796 nslots = min(MAX_NR_SG, left); in edma_execute()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dedma.c190 * - residue: The amount of bytes we have left to transfer for this desc
724 int i, j, left, nslots; in edma_execute() local
737 /* Find out how many left */ in edma_execute()
738 left = edesc->pset_nr - edesc->processed; in edma_execute()
739 nslots = min(MAX_NR_SG, left); in edma_execute()
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c2447 size_t rq_size, left; in blk_mq_alloc_rqs() local
2462 left = rq_size * depth; in blk_mq_alloc_rqs()
2470 while (this_order && left < order_to_size(this_order - 1)) in blk_mq_alloc_rqs()
2499 left -= to_do * rq_size; in blk_mq_alloc_rqs()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dmad.c801 int left, seg_size, pad; in alloc_send_rmpp_list() local
809 for (left = send_buf->data_len + pad; left > 0; left -= seg_size) { in alloc_send_rmpp_list()
1477 /* Any management classes left ? */ in remove_mad_reg_req()
1518 /* Any OUIs left ? */ in remove_mad_reg_req()
1523 /* Any other vendor classes left ? */ in remove_mad_reg_req()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dlibiscsi.c138 unsigned int left = r2t->data_length - r2t->sent; in iscsi_prep_data_out_pdu() local
151 if (left > conn->max_xmit_dlength) { in iscsi_prep_data_out_pdu()
156 hton24(hdr->dlength, left); in iscsi_prep_data_out_pdu()
157 r2t->data_count = left; in iscsi_prep_data_out_pdu()
2817 * If there are any sessions left, this will initiate the removal and wait
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dtree.c60 * (right most key of left page and left most key of right page
934 dtpage_t *lp; /* left child page */ in dtSplitUp()
1116 * two children, left parent and right parent (when the parent splits). in dtSplitUp()
1150 * the new entry and the entry on the page to its left. in dtSplitUp()
1163 * subtree and miss x in the left subtree.) in dtSplitUp()
1173 * between last entry of left page and first entry in dtSplitUp()
1214 /* unpin left child page */ in dtSplitUp()
1337 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1436 * reverse sorted data, that is, split the tree left, in dtSplitPage()
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c658 int left; in fuse_aio_complete() local
666 left = --io->reqs; in fuse_aio_complete()
667 if (!left && io->blocking) in fuse_aio_complete()
671 if (!left && !io->blocking) { in fuse_aio_complete()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dtree.c60 * (right most key of left page and left most key of right page
934 dtpage_t *lp; /* left child page */ in dtSplitUp()
1116 * two children, left parent and right parent (when the parent splits). in dtSplitUp()
1150 * the new entry and the entry on the page to its left. in dtSplitUp()
1163 * subtree and miss x in the left subtree.) in dtSplitUp()
1173 * between last entry of left page and first entry in dtSplitUp()
1214 /* unpin left child page */ in dtSplitUp()
1337 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1436 * reverse sorted data, that is, split the tree left, in dtSplitPage()
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Dfile.c674 int left; in fuse_aio_complete() local
682 left = --io->reqs; in fuse_aio_complete()
683 if (!left && io->blocking) in fuse_aio_complete()
687 if (!left && !io->blocking) { in fuse_aio_complete()
987 * Congested and only async pages left, so skip the in fuse_readahead()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c1446 * the request and resume where we left off. in dwc3_prepare_trbs_sg()
4412 int left; in dwc3_process_event_buf() local
4414 left = evt->count; in dwc3_process_event_buf()
4419 while (left > 0) { in dwc3_process_event_buf()
4436 left -= 4; in dwc3_process_event_buf()
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c3419 size_t rq_size, left; in blk_mq_alloc_rqs() local
3432 left = rq_size * depth; in blk_mq_alloc_rqs()
3440 while (this_order && left < order_to_size(this_order - 1)) in blk_mq_alloc_rqs()
3469 left -= to_do * rq_size; in blk_mq_alloc_rqs()

Completed in 101 milliseconds

1...<<41424344454647484950>>...53