Searched refs:h2 (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xenmon/ |
A D | xenmon.py | 354 [h2, l2, f2] = summarize(startat, endat, 10 * 10**9, samples) 381 display(stdscr, row, col, "%s" % time_scale(h2[dom][0][0])) 383 display(stdscr, row, col, "%3.2f%%" % h2[dom][0][1]) 385 cpu_10sec_usage += h2[dom][0][1] 387 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][0][2])) 420 display(stdscr, row, col, "%3.2f%%" % h2[dom][2][1]) 440 display(stdscr, row, col, "%3.2f%%" % h2[dom][3][1]) 459 display(stdscr, row, col, "%d/s" % h2[dom][4]) 471 display(stdscr, row, col, "%d/s" % h2[dom][5][0]) 473 display(stdscr, row, col, "%d/ex" % h2[dom][5][1]) [all …]
|
/xen/tools/flask/policy/policy/ |
A D | mls | 41 # | l1 role_mls_op h2 43 # | h1 role_mls_op h2 45 # | l2 role_mls_op h2 70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv)));
|
/xen/docs/ |
A D | support-matrix-generate | 168 <h2>Source materials</h2>
|
/xen/xen/common/sched/ |
A D | arinc653.c | 165 const xen_domain_handle_t h2) in dom_handle_cmp() argument 167 return memcmp(h1, h2, sizeof(xen_domain_handle_t)); in dom_handle_cmp()
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 154 | h1 :: tl1, h2 :: tl2 -> 155 if h1 = h2 then h1 :: (compare tl1 tl2) else []
|
Completed in 7 milliseconds