Searched refs:chain (Results 1 – 10 of 10) sorted by relevance
/xen/xen/common/ |
A D | notifier.c | 24 struct list_head *chain = &nh->head; in notifier_chain_register() local 27 while ( chain->next != &nh->head ) in notifier_chain_register() 29 nb = list_entry(chain->next, struct notifier_block, chain); in notifier_chain_register() 32 chain = chain->next; in notifier_chain_register() 35 list_add(&n->chain, chain); in notifier_chain_register() 49 list_del(&n->chain); in notifier_chain_unregister() 77 cursor = pcursor && *pcursor ? &(*pcursor)->chain : &nh->head; in notifier_call_chain() 83 nb = list_entry(cursor, struct notifier_block, chain); in notifier_call_chain()
|
/xen/xen/include/xen/ |
A D | notifier.h | 27 struct list_head chain; member
|
/xen/tools/libxl/ |
A D | CODING_STYLE | 144 chronological order. That is, where there is a chain of callback 148 out into a section preceding the main callback chain. 301 the blocks in an if...else chain have braces, or none of them do.
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 118 chain. 120 To speed up runtime calculation of feature dependencies, the dependency chain
|
/xen/docs/misc/ |
A D | efi.pandoc | 108 ###`chain=<filename>`
|
A D | stubdom.txt | 137 chain-boots it.
|
/xen/tools/xl/ |
A D | CODING_STYLE | 174 the blocks in an if...else chain have braces, or none of them do.
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 250 + * @param p The pbuf (chain) to be dereferenced. 262 + * @param p The pbuf (chain) to be dereferenced. 844 + /* let last point to the last pbuf in chain r */ 1447 LWIP_DEBUGF(INET_DEBUG, ("inet_chksum_pseudo(): pbuf chain lwip_chksum()=%"X32_F"\n", acc)); 1484 LWIP_DEBUGF(INET_DEBUG, ("inet_chksum_pseudo(): pbuf chain lwip_chksum()=%"X32_F"\n", acc)); 2330 - /* let last point to the last pbuf in chain r */
|
/xen/docs/man/ |
A D | xen-vtpm.7.pod | 25 chain of trust rooted in the hardware TPM to virtual machines in Xen. Each
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11669 ;; chain to user timer tick INT #0x1c
|
Completed in 17 milliseconds