Searched refs:accessed (Results 1 – 5 of 5) sorted by relevance
| /tools/xenstored/ |
| A D | transaction.c | 158 struct list_head accessed; member 182 list_for_each_entry(i, &trans->accessed, list) in find_accessed_node() 297 list_add_tail(&i->list, &trans->accessed); in access_node() 364 list_for_each_entry_safe(i, n, &trans->accessed, list) { in finalize_transaction() 385 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in finalize_transaction() 439 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in destroy_transaction() 482 INIT_LIST_HEAD(&trans->accessed); in do_transaction_start() 599 list_for_each_entry(i, &trans->accessed, list) { in check_transactions()
|
| /tools/xentrace/ |
| A D | mread.c | 103 if(!h->map[h->clock].accessed) in mread64() 108 h->map[h->clock].accessed=0; in mread64() 136 h->map[bind].accessed=1; in mread64()
|
| A D | mread.h | 12 int accessed; member
|
| /tools/tests/x86_emulator/ |
| A D | evex-disp8.c | 745 static unsigned int accessed[3 * 64]; variable 754 ++accessed[offset++]; in record_access() 900 memset(accessed, 0, sizeof(accessed)); in test_one() 908 if ( accessed[i] ) in test_one() 922 for ( ; i < ARRAY_SIZE(accessed); ++i ) in test_one() 923 if ( accessed[i] ) in test_one() 947 memset(accessed, 0, sizeof(accessed)); in test_one() 955 if ( accessed[i] ) in test_one() 958 if ( accessed[i] != 1 ) in test_one() 960 for ( ; i < ARRAY_SIZE(accessed); ++i ) in test_one() [all …]
|
| /tools/ocaml/xenstored/ |
| A D | store.ml | 76 (* check if the current node can be accessed by the current connection with rperm permissions *)
|
Completed in 13 milliseconds