Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dradix-tree.c123 node->slots[0] = indirect_to_ptr(root->rnode); in radix_tree_extend()
183 slot = node->slots[offset]; in radix_tree_insert()
370 if (slot->slots[i] != NULL) in __lookup()
382 slot = rcu_dereference(slot->slots[i]); in __lookup()
390 if (slot->slots[i]) { in __lookup()
391 results[nr_found++] = &(slot->slots[i]); in __lookup()
551 if (!to_free->slots[0]) in radix_tree_shrink()
561 newptr = to_free->slots[0]; in radix_tree_shrink()
586 *((unsigned long *)&to_free->slots[0]) |= in radix_tree_shrink()
636 slot = slot->slots[offset]; in radix_tree_delete()
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.h71 public slots:
231 public slots:
259 public slots:
288 public slots:
309 public slots:
A Dzconf.lex.c_shipped2057 /* zero only the new slots.*/
A Dzconf.tab.c_shipped335 to allow for a few compiler-allocated temporary stack slots. */
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Davc.c82 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */ member
236 INIT_HLIST_HEAD(&avc_cache.slots[i]); in avc_init()
255 head = &avc_cache.slots[i]; in avc_get_hash_stats()
320 head = &avc_cache.slots[hvalue]; in avc_reclaim_node()
381 head = &avc_cache.slots[hvalue]; in avc_search_node()
488 head = &avc_cache.slots[hvalue]; in avc_insert()
635 head = &avc_cache.slots[hvalue]; in avc_update_node()
688 head = &avc_cache.slots[i]; in avc_ss_reset()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dpir_types.h57 struct pir_slot slots[0]; member
A Dpir.c46 struct pir_slot *slot = &pir->slots[i]; in create_pir_tables()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dradix-tree.h60 void __rcu *slots[RADIX_TREE_MAP_SIZE]; member
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc117 1) Calculate how many slots are needed for transmitting the packet.
118 Fail if there are aren't enough slots.
120 [ Calculation needs to estimate slots taking into account 4k page boundary ]
124 flag whether it contains extra metadata, and if following slots contain
136 7) Fill resultant grefs in the slots setting `NETTXF_more_data` for the N-1.
169 16.2) Fail transmission if one of the slots (size + offset) crosses the page
172 16.3) Fail transmission if number of slots are bigger than spec defined
173 (18 slots max in netif.h)
190 remaining slots as frags for the rest of the data ]
320 2) Checks if there are enough rx ring slots that can accomodate the packet.
A Dvtd.txt165 2 virtual PCI slots (6~7) are reserved in HVM guest to support VTd hotplug. If you have more VTd de…
A Dpvcalls.markdown757 that the request uses two request slots, for a total of 112 bytes.
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff1649 + path->slots[0]);
1740 + slot = path->slots[0];
1939 + * there are free slots).
2073 + path->slots[0],
2409 + slot = path->slots[0];
2867 + path->slots[0] += 1;
2886 + path->slots[0]);
2933 + path->slots[0],
3148 + path->slots[0]);
3156 + path->slots[0],
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c1637 unsigned int slots = (short_directmap in init_xen_l4_slots() local
1643 (ROOT_PAGETABLE_FIRST_XEN_SLOT + slots - in init_xen_l4_slots()

Completed in 28 milliseconds