Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtpm_drivers.c96 uint16_t burst = 0; in tis_senddata() local
98 while (burst == 0 && ctr < 2000) { in tis_senddata()
99 burst = mmio_readw((uint16_t *)&tis_addr[TPM_STS+1]); in tis_senddata()
100 if (burst == 0) { in tis_senddata()
106 if (burst == 0) { in tis_senddata()
114 burst--; in tis_senddata()
116 if (burst == 0 || offset == len) { in tis_senddata()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Doxenstored.conf.in15 # The burst limit is the number of conflicts a domain can cause to
20 conflict-burst-limit = 5.0
A Ddomains.ml69 (* Check both becuase if burst limit is 1.0 then a domain can go straight
A Dxenstored.ml94 ("conflict-burst-limit", Config.Set_float Define.conflict_burst_limit);

Completed in 4 milliseconds