Searched refs:critical (Results 1 – 7 of 7) sorted by relevance
50 logging.critical("Not Implemented: getRegisterDataForThread")54 logging.critical("readMemory: Not Implemented: readMemory")66 logging.critical("getRegisterInfo: Not Implemented: getRegisterInfo")70 logging.critical("Not Implemented: qProcessInfo")90 logging.critical("Not Implemented: qShlibInfoAddr")121 logging.critical("getThreadStopInfo: Not Implemented. returning basic info.")
150 logging.critical("0x%x thread id is not found in this task")160 logging.critical("0x%x thread id is not found in this task" % th_id)176 logging.critical("0x%x thread id is not found in this task")
23 logging.critical("No client connected. Bailing.")
78 uint8_t critical; /* bit 7 - critical, rest is RESERVED */ member
314 …* The best way by far to handle this is to change how you schedule your time-critical DMA ope…316 …ver, if this is not possible, your driver can inform power management when a time-critical transfer
39 …hind the lower buckets in deadline order. Now, if a small burst of user-critical workload shows up…76 …cheduler uses these properties to provide small priority boosts to latency critical user workloads.
5167 boolean_t critical, delta; in memorystatus_pages_update() local5173 critical = (pages_avail < memorystatus_available_pages_critical) ? TRUE : FALSE; in memorystatus_pages_update()5177 if (critical || delta) { in memorystatus_pages_update()