Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_core_extern.c29 uint64_t bool_val = -1; variable
46 bool_val = CONFIG_BOOL; in handle_sys_enter()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcore_extern.c45 .bool_val = true,
64 .data = { .bool_val = true } },
66 .data = { .bool_val = false } },
/linux-6.1.9/drivers/net/team/
Dteam.c1452 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()
1461 if (ctx->data.bool_val) in team_port_en_option_set()
1473 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1484 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1495 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1504 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
2391 if (ctx.data.bool_val && in team_nl_fill_one_option_get()
2654 ctx.data.bool_val = attr_data ? true : false; in team_nl_cmd_options_set()
/linux-6.1.9/include/linux/
Dif_team.h153 bool bool_val; member