Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 59) sorted by relevance

123

/include/linux/sched/
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()
41 unsigned long active, unsigned int n);
/include/linux/
Dcontext_tracking_state.h35 bool active; member
113 return context_tracking_enabled() && per_cpu(context_tracking.active, cpu); in context_tracking_enabled_cpu()
118 return context_tracking_enabled() && __this_cpu_read(context_tracking.active); in context_tracking_enabled_this_cpu()
Dmdev.h23 bool active; member
Dkvm_types.h77 bool active; member
Denclosure.h91 int active; member
Dpm_wakeup.h62 bool active:1; member
Dnfs_fs_sb.h247 atomic_t active; /* Keep trace of any activity to this server */ member
Ddma-buf.h519 __poll_t active; member
Dregset.h203 user_regset_active_fn *active; member
/include/video/
Dpxa168fb.h74 unsigned active:1; member
116 unsigned active:1; member
/include/sound/
Dmixer_oss.h27 int *active);
30 int active);
Dcs8427.h184 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
/include/net/
Dmacsec.h135 bool active; member
161 bool active; member
186 bool active; member
204 bool active; member
Dmrp.h127 bool active; member
/include/trace/events/
Dmptcp.h25 __field(bool, active)
36 __entry->active = mptcp_subflow_active(subflow);
60 __entry->active, __entry->free,
Dafs.h1436 TP_PROTO(unsigned int server_debug_id, int ref, int active,
1439 TP_ARGS(server_debug_id, ref, active, reason),
1444 __field(int, active )
1451 __entry->active = active;
1459 __entry->active)
1486 TP_PROTO(unsigned int cell_debug_id, int ref, int active,
1489 TP_ARGS(cell_debug_id, ref, active, reason),
1494 __field(int, active )
1501 __entry->active = active;
1509 __entry->active)
/include/linux/iio/
Dbuffer-dma.h110 bool active; member
/include/linux/greybus/
Dinterface.h61 bool active; member
Doperation.h110 int active; member
/include/linux/input/
Dmt.h101 unsigned int tool_type, bool active);
/include/linux/usb/
Dtypec.h164 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
193 unsigned int active:1; member
Dtypec_altmode.h29 unsigned int active:1; member
/include/rdma/
Dopa_port_info.h291 __be16 active; member
296 __be16 active; member
/include/uapi/linux/
Dswitchtec_ioctl.h61 __u32 active; member
Dnilfs2_api.h86 NILFS_SUINFO_FNS(ACTIVE, active) in NILFS_SUINFO_FNS() argument

123