Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 10 of 10) sorted by relevance

/xen/xen/common/
A Dnotifier.c24 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 Dnotifier.h27 struct list_head chain; member
/xen/tools/libxl/
A DCODING_STYLE144 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 Dfeature-levelling.pandoc118 chain.
120 To speed up runtime calculation of feature dependencies, the dependency chain
/xen/docs/misc/
A Defi.pandoc108 ###`chain=<filename>`
A Dstubdom.txt137 chain-boots it.
/xen/tools/xl/
A DCODING_STYLE174 the blocks in an if...else chain have braces, or none of them do.
/xen/stubdom/
A Dlwip.patch-cvs250 + * @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 Dxen-vtpm.7.pod25 chain of trust rooted in the hardware TPM to virtual machines in Xen. Each
/xen/tools/firmware/rombios/
A Drombios.c11669 ;; chain to user timer tick INT #0x1c

Completed in 17 milliseconds