Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_extern.c29 uint64_t bool_val = -1; variable
46 bool_val = CONFIG_BOOL; in handle_sys_enter()
/linux/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/drivers/soc/qcom/
H A Dqcom_aoss.c513 bool bool_val; in qmp_debugfs_write() local
527 ret = kstrtobool_from_user(user_buf, count, &bool_val); in qmp_debugfs_write()
531 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write()
/linux/drivers/net/team/
H A Dteam_core.c1448 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()
1456 if (ctx->data.bool_val) in team_port_en_option_set()
1468 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1478 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1489 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1497 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
2379 if (ctx.data.bool_val && in team_nl_fill_one_option_get()
2642 ctx.data.bool_val = attr_data ? true : false; in team_nl_options_set_doit()
/linux/include/linux/
H A Dif_team.h153 bool bool_val; member