/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 70 * if lnum is larger than 0 we put items into the left node 489 /* update left delimiting key */ in balance_leaf_paste_left_shift() 509 "PAP-12120: item must be merge-able with left " in balance_leaf_paste_left_shift() 542 /* if we paste into first item of S[0] and it is left mergable */ in balance_leaf_paste_left_whole() 598 /* Shift lnum[0] items from S[0] to the left neighbor L[0] */ 1425 * it in two, and merge the left part into the left neighbor and the in balance_leaf() 1434 * delimiting key of the tb->L[0]'s and left delimiting key are in balance_leaf() 1691 "shift to left was incorrect"); in check_after_balance_leaf() 1709 int left in check_after_balance_leaf() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | max3421-hcd.c | 323 frame_diff(u16 left, u16 right) in frame_diff() argument 325 return ((unsigned) (left - right)) % (USB_MAX_FRAME_NUMBER + 1); in frame_diff()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | venc.c | 357 s->r.left = 0; in venc_g_selection() 380 s->r.left = 0; in venc_s_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/ |
H A D | delta-v4l2.c | 736 crop.left = 0; in delta_g_selection() 751 s->r.left = 0; in delta_g_selection()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7251.c | 1318 sel->r.left = 0; in ov7251_get_selection() 1324 sel->r.left = OV7251_ACTIVE_START_LEFT; in ov7251_get_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_av1_req_lat_if.c | 276 * @delta_q_res: specifies the left shift which should be applied to decoded quantizer index 278 * @delta_lf_res: specifies the left shift which should be applied to decoded 1996 cr->left = 0; in vdec_av1_slice_get_crop_info() 2002 cr->left, cr->top, cr->width, cr->height); in vdec_av1_slice_get_crop_info()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | entry.S | 32 * Macro to find first bit set in WINDOWBASE from the left + 1 207 ffs_ws a0, a3 # number of frames to the '1' from left 386 * otherwise it's left unchanged. 1457 * frame for the current windowbase - 1, we need to rotate a3 left by the 1481 slli a3, a3, 1 # shift left by one
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 7205 * Plug now if we have more than 1 IO left after this, and the target 8229 unsigned left, total; in io_sqe_files_scm() local 8233 left = ctx->nr_user_files; in io_sqe_files_scm() 8234 while (left) { in io_sqe_files_scm() 8235 unsigned this_files = min_t(unsigned, left, SCM_MAX_FD); in io_sqe_files_scm() 8240 left -= this_files; in io_sqe_files_scm() 8285 int left; in io_rsrc_file_put() local 8291 left = fp->count - 1 - i; in io_rsrc_file_put() 8292 if (left) { in io_rsrc_file_put() 8294 left * sizeo in io_rsrc_file_put() [all...] |
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 1677 perf_event_groups_less(struct perf_event *left, struct perf_event *right) in perf_event_groups_less() argument 1679 if (left->cpu < right->cpu) in perf_event_groups_less() 1681 if (left->cpu > right->cpu) in perf_event_groups_less() 1685 if (left->cgrp != right->cgrp) { in perf_event_groups_less() 1686 if (!left->cgrp || !left->cgrp->css.cgroup) { in perf_event_groups_less() 1695 * Right has no cgroup but left does, no cgroups come in perf_event_groups_less() 1701 if (left->cgrp->css.cgroup->kn->id < right->cgrp->css.cgroup->kn->id) in perf_event_groups_less() 1708 if (left->group_index < right->group_index) in perf_event_groups_less() 1710 if (left in perf_event_groups_less() [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 1958 Between 0x2000 (8K) and 0x3000 (12K) there is 4K space left for VBR Tbl 3101 int left = *pos, n; local 3104 if(!left--) { 3131 if (!left) {
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1076 u32 left, next_tail; in __iommu_queue_command_sync() local 1080 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync() 1082 if (left <= 0x20) { in __iommu_queue_command_sync() 2166 * left the caches in the IOMMU dirty. So we have to flush in attach_device()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1159 u32 xres, yres, bpp, left, right, upper, lower, hslen, vslen, sync; in aty_crtc_to_var() local 1185 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var() 1262 var->left_margin = left; in aty_crtc_to_var()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.c | 1959 Between 0x2000 (8K) and 0x3000 (12K) there is 4K space left for VBR Tbl 3102 int left = *pos, n; local 3105 if(!left--) { 3132 if (!left) {
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1169 u32 xres, yres, bpp, left, right, upper, lower, hslen, vslen, sync; in aty_crtc_to_var() local 1195 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var() 1272 var->left_margin = left; in aty_crtc_to_var()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 1134 u32 left, next_tail; in __iommu_queue_command_sync() local 1138 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync() 1140 if (left <= 0x20) { in __iommu_queue_command_sync() 1843 * left the caches in the IOMMU dirty. So we have to flush in attach_device()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.c | 1817 static void sg_update_list(struct ScsiReqBlk *srb, u32 left) in sg_update_list() argument 1820 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ in sg_update_list() 1825 xferred, srb->total_xfer_length, left); in sg_update_list() 1832 srb->total_xfer_length = left; /* update remaining count */ in sg_update_list() 1946 * if there was some data left in SCSI FIFO in data_out_phase0() 1967 * SCSI transfer counter + left in SCSI FIFO data in data_out_phase0() 1996 * If the SCSI engine has no bytes left, how should the DMA engine? in data_out_phase0() 2056 * But: There might still be bytes left in its FIFO to be fetched by the DMA in data_in_phase0() 2209 * if there was some data left in SCSI FIFO in data_in_phase0()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 2022 size_t left; in ieee80211_sta_wmm_params() local 2055 left = wmm_param_len - 8; in ieee80211_sta_wmm_params() 2060 for (; left >= 4; left -= 4, pos += 4) { in ieee80211_sta_wmm_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 503 int left = 0, right = ARRAY_SIZE(force_nonpriv_white_list); in in_whitelist() local 506 while (left < right) { in in_whitelist() 507 int mid = (left + right)/2; in in_whitelist() 510 left = mid + 1; in in_whitelist()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.c | 1794 static void sg_update_list(struct ScsiReqBlk *srb, u32 left) in sg_update_list() argument 1797 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ in sg_update_list() 1802 xferred, srb->total_xfer_length, left); in sg_update_list() 1809 srb->total_xfer_length = left; /* update remaining count */ in sg_update_list() 1923 * if there was some data left in SCSI FIFO in data_out_phase0() 1944 * SCSI transfer counter + left in SCSI FIFO data in data_out_phase0() 1973 * If the SCSI engine has no bytes left, how should the DMA engine? in data_out_phase0() 2033 * But: There might still be bytes left in its FIFO to be fetched by the DMA in data_in_phase0() 2186 * if there was some data left in SCSI FIFO in data_in_phase0()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 190 /* When copying data to extended sge space, the left length in page may in fill_ext_sge_inl_data() 3194 unsigned int left; in sw_comp() local 3197 left = wq->head - wq->tail; in sw_comp() 3198 if (left == 0) in sw_comp() 3201 left = min_t(unsigned int, (unsigned int)num_entries, left); in sw_comp() 3202 while (npolled < left) { in sw_comp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 3080 unsigned int i, c, left, val, offset = addr & 0xff; in t4_write_flash() local 3093 for (left = n; left; left -= c, data += c) { in t4_write_flash() 3094 c = min(left, 4U); in t4_write_flash() 3102 ret = sf1_write(adapter, c, c != left, 1, val); in t4_write_flash() 6894 * retry limit, check to see if the firmware left us any error in t4_fw_hello() 8985 /* Table for non-Numonix supported flash parts. Numonix parts are left in t4_get_flash_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 3050 unsigned int i, c, left, val, offset = addr & 0xff; in t4_write_flash() local 3063 for (left = n; left; left -= c, data += c) { in t4_write_flash() 3064 c = min(left, 4U); in t4_write_flash() 3072 ret = sf1_write(adapter, c, c != left, 1, val); in t4_write_flash() 6864 * retry limit, check to see if the firmware left us any error in t4_fw_hello() 8954 /* Table for non-Numonix supported flash parts. Numonix parts are left in t4_get_flash_params()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 213 /* When copying data to extended sge space, the left length in page may in fill_ext_sge_inl_data() 3615 unsigned int left; in sw_comp() local 3618 left = wq->head - wq->tail; in sw_comp() 3619 if (left == 0) in sw_comp() 3622 left = min_t(unsigned int, (unsigned int)num_entries, left); in sw_comp() 3623 while (npolled < left) { in sw_comp()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 238 int left = sizeof(boot_snapshot_info) - boot_snapshot_index; in boot_alloc_snapshot() local 243 if (strlen(str) >= left) in boot_alloc_snapshot() 246 ret = snprintf(slot, left, "%s\t", str); in boot_alloc_snapshot() 270 int left = sizeof(boot_instance_info) - boot_instance_index; in boot_instance() local 273 if (strlen(str) >= left) in boot_instance() 276 ret = snprintf(slot, left, "%s\t", str); in boot_instance() 6398 * AARGH! We are left with different in __tracing_resize_ring_buffer()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 434 * Since startino has been aligned down, left shift allocmask such that in xfs_align_sparse_ino() 1044 * Try to retrieve the next record to the left/right from the current one. 1051 int left) in xfs_ialloc_next_rec() 1056 if (left) in xfs_ialloc_next_rec() 1166 int doneleft; /* done, to the left */ in xfs_dialloc_ag_inobt() 1198 /* duplicate the cursor, search left & right simultaneously */ in xfs_dialloc_ag_inobt() 1220 /* search left with tcur, back up 1 record */ in xfs_dialloc_ag_inobt() 1235 int useleft; /* using left inode chunk this time */ in xfs_dialloc_ag_inobt() 1246 /* free inodes to the left? */ in xfs_dialloc_ag_inobt() 1333 * None left i in xfs_dialloc_ag_inobt() 1047 xfs_ialloc_next_rec( struct xfs_btree_cur *cur, xfs_inobt_rec_incore_t *rec, int *done, int left) xfs_ialloc_next_rec() argument [all...] |