Searched refs:inc (Results 151 - 175 of 237) sorted by relevance

12345678910

/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c314 u8 inc[4]; local
341 inc[buf_len] = i;
344 count -= inc[word.bytes - 1];
345 s += inc[word.bytes - 1];
/linux-master/drivers/md/
H A Ddm-thin-metadata.c320 * It's more efficient to call dm_sm_{inc,dec}_blocks as few times as
489 pmd->info.value_type.inc = data_block_inc;
500 pmd->tl_info.value_type.inc = subtree_inc;
508 pmd->bl_info.value_type.inc = data_block_inc;
516 pmd->details_info.value_type.inc = NULL;
1201 /* clone the origin, an inc will do */
1334 int r, inc; local
1355 &sb_validator, &copy, &inc);
1359 BUG_ON(!inc);
1718 * Remove from the mapping tree, taking care to inc th
[all...]
H A Ddm-era-target.c419 vt->inc = ws_inc;
430 vt.inc = NULL;
1034 int r, inc; local
1061 &sb_validator, &clone, &inc);
1067 BUG_ON(!inc);
1071 DMERR("%s: couldn't inc writeset tree root", __func__);
1078 DMERR("%s: couldn't inc era tree root", __func__);
/linux-master/net/ipv6/
H A Dndisc.c804 bool inc; local
848 inc = ipv6_addr_is_multicast(daddr);
912 inc &&
941 if (inc)
951 !inc || lladdr || !dev->addr_len);
959 true, (ifp != NULL && inc), inc);
/linux-master/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c1556 u32 inc, int testn)
1565 j += inc;
1573 j += inc;
1584 u32 inc; local
1589 inc = 1 << (rtype[idx][2] + rtype[idx][1] + rtype[idx][0] +
1591 ret |= sisusb_check_rbc(sisusb, &i2ret, inc, 2);
1596 inc = 1 << (rtype[idx][2] + bw / 64 + 2);
1597 ret |= sisusb_check_rbc(sisusb, &i2ret, inc, 4);
1601 inc = 1 << (10 + bw / 64);
1602 ret |= sisusb_check_rbc(sisusb, &i2ret, inc,
1555 sisusb_check_rbc(struct sisusb_usb_data *sisusb, int *iret, u32 inc, int testn) argument
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-img-scb.c261 * So a sensible inc is the logarithmic mean: 64 (2^6), which is
1156 unsigned int i, data, prescale, inc, int_bitrate, filt; local
1199 /* Find the prescale that would give us that inc (approx delay = 0) */
1205 inc = (256 * 16 * bitrate_khz) / clk_khz;
1225 inc++;
1232 data = filt | ((inc & SCB_INC_MASK) << SCB_INC_SHIFT) | (prescale - 1);
1236 clk_period = (256 * 1000000) / (clk_khz * inc);
/linux-master/drivers/media/i2c/
H A Dov2680.c375 u8 sensor_ctrl_0a, inc, fmt1, fmt2; local
380 inc = 0x31;
385 inc = 0x11;
410 cci_write(sensor->regmap, OV2680_REG_X_INC, inc, &ret);
411 cci_write(sensor->regmap, OV2680_REG_Y_INC, inc, &ret);
/linux-master/drivers/pcmcia/
H A Dcistpl.c167 u_int inc = 1, card_offset, flags; local
179 inc++;
193 for ( ; len > 0; len--, buf++, sys += inc) {
248 u_int inc = 1, card_offset, flags; local
253 inc++;
267 for ( ; len > 0; len--, buf++, sys += inc) {
/linux-master/drivers/md/persistent-data/
H A Ddm-bitset.c22 .inc = NULL,
H A Ddm-btree-remove.c165 int r, inc; local
172 &result->block, &inc);
178 if (inc)
H A Ddm-btree.c82 else if (vt->inc)
83 vt->inc(vt->context, value_ptr(n, 0), nr_entries);
711 int r, inc; local
718 result, &inc);
724 if (inc)
/linux-master/include/net/
H A Dip_vs.h521 int (*register_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
523 void (*unregister_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
1464 int ip_vs_app_inc_get(struct ip_vs_app *inc);
1465 void ip_vs_app_inc_put(struct ip_vs_app *inc);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c324 int inc = MTHCA_TABLE_CHUNK_SIZE / table->obj_size; local
327 for (i = start; i <= end; i += inc) {
337 i -= inc;
/linux-master/net/rds/
H A Dconnection.c521 static void __rds_inc_msg_cp(struct rds_incoming *inc, argument
527 rds6_inc_info_copy(inc, iter, saddr, daddr, flip);
530 rds_inc_info_copy(inc, iter, *(__be32 *)saddr,
/linux-master/kernel/trace/
H A Dtrace_events_user.c312 * Since the event is still in the hashtable, we have to re-inc
686 * Each user mm returned has a ref inc to handle remove RCU races.
748 goto inc;
756 inc:
1729 goto inc;
1744 goto inc;
1762 inc:
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c94 bool inc = query_flags & MLX5VF_QUERY_INC; local
107 if (inc) {
142 if (inc)
681 struct mlx5_vhca_data_buffer *buf, bool inc,
700 migf->state == MLX5_MIGF_STATE_PRE_COPY_ERROR) && !track && !inc)
708 inc = false;
716 MLX5_SET(save_vhca_state_in, in, incremental, inc);
679 mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev, struct mlx5_vf_migration_file *migf, struct mlx5_vhca_data_buffer *buf, bool inc, bool track) argument
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c415 int inc = 1, ret; local
433 inc = 2; /* skip source rects */
437 clips, num_clips, inc, 0);
H A Dqxl_drv.h396 unsigned int num_clips, int inc,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c705 * @inc: Increment to use when looping over @clips.
721 unsigned num_clips, int inc,
744 ret = vmw_kms_update_proxy(srf, clips, num_clips, inc);
760 dest_x, dest_y, num_clips, inc,
714 vmw_kms_stdu_surface_dirty(struct vmw_private *dev_priv, struct vmw_framebuffer *framebuffer, struct drm_clip_rect *clips, struct drm_vmw_rect *vclips, struct vmw_resource *srf, s32 dest_x, s32 dest_y, unsigned num_clips, int inc, struct vmw_fence_obj **out_fence, struct drm_crtc *crtc) argument
/linux-master/drivers/iio/adc/
H A Dpac1934.c600 s64 curr_energy, inc; local
667 inc = (reg_data->vpower_acc[cnt] >> samp_shift);
670 curr_energy += inc;
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c237 int inc; local
252 inc = 2;
259 inc = 1;
270 i += inc;
/linux-master/arch/x86/kernel/
H A Dhead_64.S293 inc %ecx
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1669 u32 inc = req->wait_count; local
1687 if (inc) {
1690 args->in_sync.count = inc;
1691 *s = u_memcpya(ins, inc, sizeof(**s));
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq445 inc INT_COALESCING_CMDCOUNT;
1936 inc SCB_FIFO_USE_COUNT;
2180 inc SCB_FIFO_USE_COUNT;
2242 inc SCB_FIFO_USE_COUNT;
H A Daic7xxx.seq141 inc QINPOS;
639 inc TQINPOS;
815 inc A;
1687 inc QOUTPOS;

Completed in 336 milliseconds

12345678910