Lines Matching full:reason
324 * Reason not to change it is the ABI requirement of the tracepoint.
524 TP_PROTO(int nid, int usec_timeout, int usec_delayed, int reason),
526 TP_ARGS(nid, usec_timeout, usec_delayed, reason),
532 __field(int, reason)
539 __entry->reason = 1U << reason;
542 TP_printk("nid=%d usec_timeout=%d usect_delayed=%d reason=%s",
546 show_throttle_flags(__entry->reason))
571 TP_PROTO(int nid, int reason),
573 TP_ARGS(nid, reason),
577 __field(int, reason)
582 __entry->reason = reason;
585 TP_printk("nid=%d reason=%s",
587 __print_symbolic(__entry->reason, kswapd_clear_hopeless_reason_ops))