Searched refs:inc (Results 176 - 200 of 237) sorted by relevance

12345678910

/linux-master/drivers/infiniband/core/
H A Dmulticast.c228 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
234 group->members[i] += inc;
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c3220 int inc; local
3256 inc = (iom->type & (IOMUX_WIDTH_4BIT |
3260 pmu_offs += inc;
3262 grf_offs += inc;
3270 inc = 8;
3272 inc = 4;
3275 drv_pmu_offs += inc;
3277 drv_grf_offs += inc;
/linux-master/drivers/acpi/
H A Ddevice_pm.c877 goto inc;
889 inc:
/linux-master/include/linux/
H A Ddmaengine.h1300 static inline size_t dmaengine_get_icg(bool inc, bool sgl, size_t icg, argument
1303 if (inc) {
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c69 int inc; local
75 inc = (net->flags & IFF_PROMISC) ? 1 : -1;
76 dev_set_promiscuity(vf_netdev, inc);
80 inc = (net->flags & IFF_ALLMULTI) ? 1 : -1;
81 dev_set_allmulti(vf_netdev, inc);
/linux-master/drivers/net/team/
H A Dteam.c1763 int inc; local
1768 inc = dev->flags & IFF_PROMISC ? 1 : -1;
1769 dev_set_promiscuity(port->dev, inc);
1772 inc = dev->flags & IFF_ALLMULTI ? 1 : -1;
1773 dev_set_allmulti(port->dev, inc);
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c443 bool inc; local
446 inc = ppb >= 0;
456 if (inc)
/linux-master/scripts/mod/
H A Dfile2alias.c240 int inc,
249 *bcd += inc;
263 dec += inc;
239 incbcd(unsigned int *bcd, int inc, unsigned char max, size_t chars) argument
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S216 | then inc d1 (=2) to point to the next long word and reset d3 to 0
223 addql #1,%d1 |inc lw pointer in mantissa
295 addql #1,%d1 |inc zero count
299 addql #8,%d1 |and inc count by 8
300 addql #1,%d5 |inc lword counter
309 addql #1,%d1 |inc digit counter
334 addl #12,%d3 |inc d3 to next rtable entry
348 addql #8,%d1 |inc counter by 8
357 addql #1,%d1 |inc digit counter
382 addl #12,%d3 |inc d
[all...]
H A Dbindec.S432 addl #12,%d3 |inc d3 to next pwrten table entry
653 addl #12,%d3 |inc d3 to next pwrten table entry
682 addql #1,%d6 | and inc ILOG
704 addl #12,%d3 |inc d3 to next pwrten table entry
711 addql #1,%d6 |and inc ILOG by 1
712 addql #1,%d4 | and inc LEN
774 addil #0x00000080,%d3 |inc at bit 7
775 addxl %d1,%d2 |continue inc
859 addil #0x00000080,%d3 |inc at bit 6
860 addxl %d1,%d2 |continue inc
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h103 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.h106 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h504 u8 inc; member in struct:kvmppc_slb::xive_tma_w01::__anon73
/linux-master/include/linux/ceph/
H A Dosd_client.h297 __le32 inc; member in struct:ceph_osd_reqid
/linux-master/net/core/
H A Ddev.c8459 static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify) argument
8468 dev->promiscuity += inc;
8472 * If inc causes overflow, untouch promisc and return error.
8474 if (inc < 0)
8477 dev->promiscuity -= inc;
8508 * @inc: modifier
8512 * the device reverts back to normal filtering operation. A negative inc
8516 int dev_set_promiscuity(struct net_device *dev, int inc) argument
8521 err = __dev_set_promiscuity(dev, inc, true);
8530 static int __dev_set_allmulti(struct net_device *dev, int inc, boo argument
8576 dev_set_allmulti(struct net_device *dev, int inc) argument
8696 int inc = (flags & IFF_PROMISC) ? 1 : -1; local
8711 int inc = (flags & IFF_ALLMULTI) ? 1 : -1; local
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmcg.c474 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
480 group->members[i] += inc;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c293 static const int inc[4] = { 0, 100, 0, 0 }; local
311 cur_bin += inc[i];
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c75 static u32 msgq_inc(const struct bcm_vk_sync_qinfo *qinfo, u32 idx, u32 inc) argument
77 return ((idx + inc) & qinfo->q_mask);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c1085 * @inc: Increment to use when looping over @clips.
1101 unsigned num_clips, int inc,
1137 dest_x, dest_y, num_clips, inc,
1094 vmw_kms_sou_do_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/infiniband/hw/cxgb4/
H A Dqp.c912 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc) argument
919 t4_ring_sq_db(&qhp->wq, inc, NULL);
922 qhp->wq.sq.wq_pidx_inc += inc;
929 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc) argument
936 t4_ring_rq_db(&qhp->wq, inc, NULL);
939 qhp->wq.rq.wq_pidx_inc += inc;
/linux-master/drivers/atm/
H A Diphase.c466 int idealSlot =0, testSlot, toBeAssigned, inc; local
530 inc = 0;
538 inc++;
539 testSlot = idealSlot - inc;
549 testSlot = idealSlot + inc;
559 TstSchedTbl,cbrVC,inc);)
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2411 int cmd, inc, i, nslash; local
2453 inc = size;
2462 inc = size;
2467 inc = 0;
2484 inc = size;
2554 adrs += inc;
/linux-master/fs/bcachefs/
H A Dbtree_iter.c2644 int i, l = 0, r = trans->nr_sorted, inc = 1; local
2659 for (i = inc > 0 ? l : r - 2;
2661 i += inc) {
2671 if (inc > 0)
2675 inc = -inc;
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c1803 u64 inc; local
1815 inc = div64_ul(1000000000ULL << 20, rate);
1817 if (inc < GTI_TIV_MIN || inc > GTI_TIV_MAX) {
1819 inc, GTI_TIV_MIN, GTI_TIV_MAX);
1822 priv->gti_tiv = inc;
/linux-master/kernel/trace/
H A Dftrace.c1699 bool inc)
1721 * and enabling notrace means disabling, the inc variable
1730 inc = !inc;
1779 if (inc) {
1892 int filter_hash, int inc)
1896 __ftrace_hash_rec_update(ops, filter_hash, inc);
1910 __ftrace_hash_rec_update(op, filter_hash, inc);
1697 __ftrace_hash_rec_update(struct ftrace_ops *ops, int filter_hash, bool inc) argument
1891 ftrace_hash_rec_update_modify(struct ftrace_ops *ops, int filter_hash, int inc) argument

Completed in 470 milliseconds

12345678910