Searched refs:inactive (Results 1 – 3 of 3) sorted by relevance
/include/trace/events/ |
D | vmscan.h | 425 unsigned long total_inactive, unsigned long inactive, 429 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file), 435 __field(unsigned long, inactive) 446 __entry->inactive = inactive; 457 __entry->total_inactive, __entry->inactive,
|
/include/net/ |
D | bonding.h | 164 inactive:1, /* indicates inactive slave */ member 529 slave->inactive = 1; in bond_set_slave_inactive_flags() 536 slave->inactive = 0; in bond_set_slave_active_flags() 541 return slave->inactive; in bond_is_slave_inactive()
|
/include/linux/ |
D | bpf-cgroup.h | 75 struct bpf_prog_array *inactive; member
|