Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 72) 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()
Dhrtimer_defs.h53 struct timerqueue_head active; member
Dmdev.h23 bool active; member
Dkvm_types.h71 bool active; member
Dlsm_hooks.h56 struct static_key_false *active; member
Denclosure.h91 int active; member
Dtty_ldisc.h261 void (*dcd_change)(struct tty_struct *tty, bool active);
/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/trace/events/
Dtimer_migration.h104 __field( u8, active )
114 __entry->active = state.active;
121 __entry->active, __entry->migrator,
263 __entry->child_active = childstate.active;
264 __entry->group_active = groupstate.active;
Dmptcp.h25 __field(bool, active)
36 __entry->active = mptcp_subflow_active(subflow);
60 __entry->active, __entry->free,
Dafs.h1349 TP_PROTO(unsigned int server_debug_id, int ref, int active,
1352 TP_ARGS(server_debug_id, ref, active, reason),
1357 __field(int, active)
1364 __entry->active = active;
1372 __entry->active)
1399 TP_PROTO(unsigned int cell_debug_id, int ref, int active,
1402 TP_ARGS(cell_debug_id, ref, active, reason),
1407 __field(int, active)
1414 __entry->active = active;
1422 __entry->active)
[all …]
/include/net/
Dmacsec.h136 bool active; member
162 bool active; member
187 bool active; member
205 bool active; member
Dmrp.h127 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/rdma/
Dopa_port_info.h291 __be16 active; member
296 __be16 active; member
/include/linux/iio/
Dbuffer-dma.h126 bool active; member
/include/uapi/linux/
Dswitchtec_ioctl.h61 __u32 active; member
/include/linux/usb/
Dtypec.h169 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
201 unsigned int active:1; member
Dtypec_altmode.h30 unsigned int active:1; member
/include/drm/
Ddrm_file.h483 u64 active; member

123