Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_port_in_action.c201 int frozen; member
229 profile->frozen || in rte_port_in_action_profile_action_register()
262 if (profile->frozen) in rte_port_in_action_profile_freeze()
266 profile->frozen = 1; in rte_port_in_action_profile_freeze()
329 (profile->frozen == 0)) in rte_port_in_action_create()
H A Drte_table_action.c2378 int frozen; member
2411 profile->frozen || in rte_table_action_profile_action_register()
2468 if (profile->frozen) in rte_table_action_profile_freeze()
2473 profile->frozen = 1; in rte_table_action_profile_freeze()
2508 (profile->frozen == 0)) in rte_table_action_create()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A DABI.rst13 frozen for all time. Grant said there are ways to change bindings that
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt60 - atmel,smc-exnw-mode "disabled", "frozen" or "ready".
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c2284 boolean_t frozen = txg > spa_freeze_txg(spa); in zil_process_commit_list() local
2330 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()