Home
last modified time | relevance | path

Searched refs:load (Results 1 – 12 of 12) sorted by relevance

/include/linux/sched/
A Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
33 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
34 if (active >= load) in calc_load()
40 extern unsigned long calc_load_n(unsigned long load, unsigned long exp,
/include/trace/events/
A Dkvm.h199 TP_PROTO(int load),
200 TP_ARGS(load),
203 __field( u32, load )
207 __entry->load = load;
210 TP_printk("%s", __print_symbolic(__entry->load, kvm_fpu_load_symbol))
A Dcachefiles.h692 struct cachefiles_open *load),
694 TP_ARGS(obj, msg, load),
708 __entry->fd = load->fd;
709 __entry->flags = load->flags;
769 struct cachefiles_read *load),
771 TP_ARGS(obj, msg, load),
785 __entry->start = load->off;
786 __entry->len = load->len;
/include/uapi/linux/
A Dfsl_hypervisor.h93 __u32 load; member
A Dcdrom.h951 __u8 load:1; member
961 __u8 load:1; member
/include/net/
A Dbond_alb.h121 u32 load; /* Each slave sums the loadHistory of all clients member
A Dtcp.h1286 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,
/include/linux/mlx5/
A Deswitch.h39 int (*load)(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep); member
/include/drm/
A Ddrm_drv.h198 int (*load) (struct drm_device *, unsigned long flags); member
/include/linux/
A Dkexec.h150 kexec_load_t *load; member
A Dremoteproc.h401 int (*load)(struct rproc *rproc, const struct firmware *fw); member
A Dsched.h569 struct load_weight load; member

Completed in 57 milliseconds