Searched refs:HV_KVP_OP_COUNT (Results 1 – 2 of 2) sorted by relevance
135 HV_KVP_OP_COUNT /* Number of operations, must be last. */ enumerator
105 static struct kvp_op_hdlr kvp_op_hdlrs[HV_KVP_OP_COUNT];1326 if (key < 0 || key >= HV_KVP_OP_COUNT) { in kvp_op_load()1353 for (i = 0; i < HV_KVP_OP_COUNT; i++) { in kvp_ops_init()1493 if (op < 0 || op >= HV_KVP_OP_COUNT || in main()