Searched refs:bool_val (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_extern.c29 uint64_t bool_val = -1; variable
46 bool_val = CONFIG_BOOL;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c45 .bool_val = true,
64 .data = { .bool_val = true } },
66 .data = { .bool_val = false } },
/linux-master/drivers/soc/qcom/
H A Dqcom_aoss.c515 bool bool_val; local
529 ret = kstrtobool_from_user(user_buf, count, &bool_val);
533 str_val = bool_val ? entry->true_val : entry->false_val;
/linux-master/include/linux/
H A Dif_team.h153 bool bool_val; member in union:team_gsetter_ctx::__anon48
/linux-master/drivers/net/team/
H A Dteam.c1446 ctx->data.bool_val = team_port_enabled(port);
1454 if (ctx->data.bool_val)
1466 ctx->data.bool_val = port->user.linkup;
1476 port->user.linkup = ctx->data.bool_val;
1487 ctx->data.bool_val = port->user.linkup_enabled;
1495 port->user.linkup_enabled = ctx->data.bool_val;
2398 if (ctx.data.bool_val &&
2661 ctx.data.bool_val = attr_data ? true : false;

Completed in 198 milliseconds