Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-hash.h55 static int fgprtshr_fgprt_cmp(uint32_t h1, uint32_t h2) in fgprtshr_fgprt_cmp() argument
57 return (h1 == h2); in fgprtshr_fgprt_cmp()
101 static inline int blockshr_shrhnd_cmp(share_tuple_t h1, share_tuple_t h2) in blockshr_shrhnd_cmp() argument
103 return ( !memcmp(&h1, &h2, sizeof(share_tuple_t)) ); in blockshr_shrhnd_cmp()
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py352 [h2, l2, f2] = summarize(startat, endat, 10 * 10**9, samples)
379 display(stdscr, row, col, "%s" % time_scale(h2[dom][0][0]))
381 display(stdscr, row, col, "%3.2f%%" % h2[dom][0][1])
383 cpu_10sec_usage += h2[dom][0][1]
385 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][0][2]))
418 display(stdscr, row, col, "%3.2f%%" % h2[dom][2][1])
438 display(stdscr, row, col, "%3.2f%%" % h2[dom][3][1])
457 display(stdscr, row, col, "%d/s" % h2[dom][4])
469 display(stdscr, row, col, "%d/s" % h2[dom][5][0])
471 display(stdscr, row, col, "%d/ex" % h2[dom][5][1])
[all …]
/xen-4.10.0-shim-comet/tools/flask/policy/policy/
A Dmls41 # | 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-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c164 const xen_domain_handle_t h2) in dom_handle_cmp() argument
166 return memcmp(h1, h2, sizeof(xen_domain_handle_t)); in dom_handle_cmp()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dstore.ml147 | h1 :: tl1, h2 :: tl2 ->
148 if h1 = h2 then h1 :: (compare tl1 tl2) else []

Completed in 10 milliseconds