Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/random/fenestrasX/fx_pool.c
| Show First 20 Lines • Show All 158 Lines • ▼ Show 20 Lines | [RANDOM_FS_ATIME] = { | ||||
| .entc_cls = &fxrng_lo_push, | .entc_cls = &fxrng_lo_push, | ||||
| }, | }, | ||||
| [RANDOM_UMA] = { | [RANDOM_UMA] = { | ||||
| .entc_cls = &fxrng_lo_push, | .entc_cls = &fxrng_lo_push, | ||||
| }, | }, | ||||
| [RANDOM_CALLOUT] = { | [RANDOM_CALLOUT] = { | ||||
| .entc_cls = &fxrng_lo_push, | .entc_cls = &fxrng_lo_push, | ||||
| }, | }, | ||||
| [RANDOM_RANDOMDEV] = { | |||||
| .entc_cls = &fxrng_lo_push, | |||||
| }, | |||||
| [RANDOM_PURE_OCTEON] = { | [RANDOM_PURE_OCTEON] = { | ||||
| .entc_cls = &fxrng_hi_push, /* Could be made pull. */ | .entc_cls = &fxrng_hi_push, /* Could be made pull. */ | ||||
| }, | }, | ||||
| [RANDOM_PURE_SAFE] = { | [RANDOM_PURE_SAFE] = { | ||||
| .entc_cls = &fxrng_hi_push, | .entc_cls = &fxrng_hi_push, | ||||
| }, | }, | ||||
| [RANDOM_PURE_GLXSB] = { | [RANDOM_PURE_GLXSB] = { | ||||
| .entc_cls = &fxrng_hi_push, | .entc_cls = &fxrng_hi_push, | ||||
| ▲ Show 20 Lines • Show All 442 Lines • Show Last 20 Lines | |||||