Searched refs:inc (Results 1 - 25 of 237) sorted by last modified time

12345678910

/linux-master/drivers/spi/
H A Dspi.c130 u64 inc; local
136 inc = u64_stats_read(field);
138 val += inc;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c33 #include <nvrm/535.113.01/common/sdk/nvidia/inc/class/cl0000.h>
34 #include <nvrm/535.113.01/common/sdk/nvidia/inc/class/cl0005.h>
35 #include <nvrm/535.113.01/common/sdk/nvidia/inc/class/cl0080.h>
36 #include <nvrm/535.113.01/common/sdk/nvidia/inc/class/cl2080.h>
37 #include <nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080event.h>
38 #include <nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080gpu.h>
39 #include <nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080internal.h>
40 #include <nvrm/535.113.01/common/sdk/nvidia/inc/nvos.h>
41 #include <nvrm/535.113.01/common/shared/msgq/inc/msgq/msgq_priv.h>
43 #include <nvrm/535.113.01/nvidia/arch/nvalloc/common/inc/gs
[all...]
/linux-master/kernel/sched/
H A Dfair.c171 static inline void update_load_add(struct load_weight *lw, unsigned long inc) argument
173 lw->weight += inc;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c490 static int sctp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) argument
494 __be16 port = inc->port;
506 list_add_rcu(&inc->p_list, &ipvs->sctp_apps[hash]);
513 static void sctp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) argument
518 list_del_rcu(&inc->p_list);
525 struct ip_vs_app *inc; local
534 list_for_each_entry_rcu(inc, &ipvs->sctp_apps[hash], p_list) {
535 if (inc->port == cp->vport) {
536 if (unlikely(!ip_vs_app_inc_get(inc)))
546 inc
[all...]
/linux-master/include/linux/
H A Dmm.h2516 int account_locked_vm(struct mm_struct *mm, unsigned long pages, bool inc);
2517 int __account_locked_vm(struct mm_struct *mm, unsigned long pages, bool inc,
H A Dnetdevice.h4699 int dev_set_promiscuity(struct net_device *dev, int inc);
4700 int dev_set_allmulti(struct net_device *dev, int 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/fs/bcachefs/
H A Dsuper.c378 BUG_ON(c->btree_write_buffer.inc.keys.nr);
H A Dbtree_write_buffer.c210 if (!wb->inc.keys.nr)
213 bch2_journal_pin_add(j, wb->inc.keys.data[0].journal_seq, &wb->flushing.pin,
216 darray_resize(&wb->flushing.keys, min_t(size_t, 1U << 20, wb->flushing.keys.nr + wb->inc.keys.nr));
219 if (!wb->flushing.keys.nr && wb->sorted.size >= wb->inc.keys.nr) {
220 swap(wb->flushing.keys, wb->inc.keys);
226 nr = min(nr, wb->inc.keys.nr);
229 wb->inc.keys.data,
230 sizeof(wb->inc.keys.data[0]) * nr);
232 memmove(wb->inc.keys.data,
233 wb->inc
[all...]
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/usb/dwc2/
H A Dhcd_ddma.c31 static u16 dwc2_desclist_idx_inc(u16 idx, u16 inc, u8 speed) argument
33 return (idx + inc) &
38 static u16 dwc2_desclist_idx_dec(u16 idx, u16 inc, u8 speed) argument
40 return (idx - inc) &
204 u16 i, j, inc; local
223 inc = dwc2_frame_incr_val(qh);
235 j = (j + inc) & (FRLISTEN_64_SIZE - 1);
254 inc = (8 + qh->host_interval - 1) / qh->host_interval;
255 for (i = 0; i < inc; i++) {
555 u16 idx, inc, n_des local
[all...]
/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/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h526 unsigned num_clips, int inc,
556 unsigned num_clips, int inc,
/linux-master/fs/btrfs/
H A Dextent-tree.c2492 int full_backref, int inc)
2523 if (inc)
2549 if (inc)
2563 if (inc)
2489 __btrfs_mod_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, int full_backref, int inc) argument
/linux-master/drivers/ufs/core/
H A Dufshcd.c2283 ktime_t now, inc, lat; local
2286 inc = ktime_sub(now, m->busy_start_ts[dir]);
2287 m->total_busy[dir] = ktime_add(m->total_busy[dir], inc);
/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/lib/
H A Dmemcpy_kunit.c378 * sensitive, instead of taking a full step (inc) each iteration,
379 * take single index steps for at least the first "inc"-many indexes
380 * from the "start" and at least the last "inc"-many indexes before
381 * the "end". When in the middle, take full "inc"-wide steps. For
385 static int next_step(int idx, int start, int end, int inc) argument
387 start += inc;
388 end -= inc;
390 if (idx < start || idx + inc > end)
391 inc = 1;
392 return idx + inc;
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c10522 static void bnx2x_prev_unload_undi_inc(struct bnx2x *bp, u8 inc) argument
10533 rcq = BNX2X_PREV_UNDI_RCQ(tmp_reg) + inc;
10534 bd = BNX2X_PREV_UNDI_BD(tmp_reg) + inc;
/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/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:
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
/linux-master/fs/f2fs/
H A Dfile.c3187 int f2fs_pin_file_control(struct inode *inode, bool inc) argument
3193 if (inc)
H A Df2fs.h3076 static inline void f2fs_i_links_write(struct inode *inode, bool inc) argument
3078 if (inc)
3507 int f2fs_pin_file_control(struct inode *inode, bool inc);
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.h211 struct mlx5_vhca_data_buffer *buf, bool inc,
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

Completed in 521 milliseconds

12345678910