Searched refs:active (Results 1 – 25 of 72) sorted by relevance
123
| /include/linux/sched/ |
| D | loadavg.h | 29 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/ |
| D | context_tracking_state.h | 35 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()
|
| D | hrtimer_defs.h | 53 struct timerqueue_head active; member
|
| D | mdev.h | 23 bool active; member
|
| D | kvm_types.h | 71 bool active; member
|
| D | lsm_hooks.h | 56 struct static_key_false *active; member
|
| D | enclosure.h | 91 int active; member
|
| D | tty_ldisc.h | 261 void (*dcd_change)(struct tty_struct *tty, bool active);
|
| /include/video/ |
| D | pxa168fb.h | 74 unsigned active:1; member 116 unsigned active:1; member
|
| /include/sound/ |
| D | mixer_oss.h | 27 int *active); 30 int active);
|
| D | cs8427.h | 184 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
|
| /include/trace/events/ |
| D | timer_migration.h | 104 __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;
|
| D | mptcp.h | 25 __field(bool, active) 36 __entry->active = mptcp_subflow_active(subflow); 60 __entry->active, __entry->free,
|
| D | afs.h | 1349 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/ |
| D | macsec.h | 136 bool active; member 162 bool active; member 187 bool active; member 205 bool active; member
|
| D | mrp.h | 127 bool active; member
|
| /include/linux/greybus/ |
| D | interface.h | 61 bool active; member
|
| D | operation.h | 110 int active; member
|
| /include/linux/input/ |
| D | mt.h | 101 unsigned int tool_type, bool active);
|
| /include/rdma/ |
| D | opa_port_info.h | 291 __be16 active; member 296 __be16 active; member
|
| /include/linux/iio/ |
| D | buffer-dma.h | 126 bool active; member
|
| /include/uapi/linux/ |
| D | switchtec_ioctl.h | 61 __u32 active; member
|
| /include/linux/usb/ |
| D | typec.h | 169 void typec_altmode_update_active(struct typec_altmode *alt, bool active); 201 unsigned int active:1; member
|
| D | typec_altmode.h | 30 unsigned int active:1; member
|
| /include/drm/ |
| D | drm_file.h | 483 u64 active; member
|
123