Lines Matching refs:append
17 wq_flags.append("EXITING")
19 wq_flags.append("PROC_SUSPENDED")
21 wq_flags.append("DEATH_CALL")
30 wq_flags.append(s)
39 wq_flags.append(s)
51 if uth.uu_workq_flags & 0x01: uu_workq_flags.append("NEW")
53 uu_workq_flags.append("RUNNING")
63 if uth.uu_workq_flags & 0x04: uu_workq_flags.append("DYING")
64 if uth.uu_workq_flags & 0x08: uu_workq_flags.append("OVERCOMMIT")
65 if uth.uu_workq_flags & 0x100: uu_workq_flags.append("COOPERATIVE")
66 if uth.uu_workq_flags & 0x200: uu_workq_flags.append("PERMANENT_BIND")
67 if uth.uu_workq_flags & 0x400: uu_workq_flags.append("WORK_INTERVAL_JOINED")
68 if uth.uu_workq_flags & 0x800: uu_workq_flags.append("WORK_INTERVAL_FAILED")
69 if uth.uu_workq_flags & 0x10: uu_workq_flags.append("OUTSIDE_QOS")
70 if uth.uu_workq_flags & 0x20: uu_workq_flags.append("IDLE_CLEANUP")
71 if uth.uu_workq_flags & 0x40: uu_workq_flags.append("EARLY_BOUND")
72 if uth.uu_workq_flags & 0x80: uu_workq_flags.append("CPU%")
97 tr_flags.append("KEVENT")
100 tr_flags.append("WORKLOOP")
102 if req.tr_flags & 0x04: tr_flags.append("OVERCOMMIT")
103 if req.tr_flags & 0x08: tr_flags.append("PARAMS")
104 if req.tr_flags & 0x10: tr_flags.append("OUTSIDE_QOS")
105 if req.tr_flags & 0x20: tr_flags.append("COOPERATIVE")
106 if req.tr_flags & 0x40: tr_flags.append("PERMANENT_BIND")