Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_objagg.c411 struct action_item { struct
562 const struct action_item *action_item, in check_expect() argument
566 unsigned int key_id = action_item->key_id; in check_expect()
568 switch (action_item->expect_delta) { in check_expect()
577 if (WARN_ON(action_item->action == ACTION_PUT)) in check_expect()
586 if (WARN_ON(action_item->action == ACTION_GET)) in check_expect()
596 switch (action_item->expect_root) { in check_expect()
759 const struct action_item *action_item, in test_delta_action_item() argument
764 unsigned int key_id = action_item->key_id; in test_delta_action_item()
765 enum action action = action_item->action; in test_delta_action_item()
[all …]