Symbol: is_set
drivers/block/drbd/drbd_debugfs.c
34
bool is_set, char *sep, const char *set_name, const char *unset_name)
drivers/block/drbd/drbd_debugfs.c
36
if (is_set && set_name) {
drivers/block/drbd/drbd_debugfs.c
40
} else if (!is_set && unset_name) {
drivers/block/drbd/drbd_debugfs.c
48
bool is_set, char *sep, const char *set_name)
drivers/block/drbd/drbd_debugfs.c
50
__seq_print_rq_state_bit(m, is_set, sep, set_name, NULL);
drivers/clk/nxp/clk-lpc32xx.c
908
bool is_set;
drivers/clk/nxp/clk-lpc32xx.c
911
is_set = val & BIT(clk->bit_idx);
drivers/clk/nxp/clk-lpc32xx.c
913
return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set);
drivers/hv/mshv_root_main.c
739
bool is_set)
drivers/hv/mshv_root_main.c
775
if (is_set)
drivers/hv/mshv_root_main.c
795
bool is_set)
drivers/hv/mshv_root_main.c
871
page_count, is_set);
drivers/hv/mshv_root_main.c
880
if (is_set) {
drivers/i2c/busses/i2c-mlxbf.c
1770
u8 slave_shift, is_set;
drivers/i2c/busses/i2c-mlxbf.c
1780
is_set = coalesce0_reg & (1 << slave_shift);
drivers/i2c/busses/i2c-mlxbf.c
1782
if (!is_set)
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
150
bool is_set = false;
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
168
is_set = ctx->state & GSC_CTX_STOP_REQ;
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
169
if (is_set) {
drivers/net/ethernet/broadcom/bnx2.c
2816
int is_set = 1;
drivers/net/ethernet/broadcom/bnx2.c
2826
is_set = 0;
drivers/net/ethernet/broadcom/bnx2.c
2828
return is_set;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
45
bool is_set;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
54
if (pfl_info.is_set) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
86
pfl_info.is_set = true;
drivers/net/wireless/ath/ath5k/ath5k.h
1494
bool is_set);
drivers/net/wireless/ath/ath5k/reset.c
68
bool is_set)
drivers/net/wireless/ath/ath5k/reset.c
75
if (is_set && (data & flag))
drivers/pinctrl/pxa/pinctrl-pxa2xx.c
213
int i, is_set = 0;
drivers/pinctrl/pxa/pinctrl-pxa2xx.c
219
is_set = pinconf_to_config_argument(configs[i]);
drivers/pinctrl/pxa/pinctrl-pxa2xx.c
227
pin, is_set);
drivers/pinctrl/pxa/pinctrl-pxa2xx.c
231
val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0);
drivers/usb/gadget/udc/aspeed-vhub/dev.c
110
bool is_set)
drivers/usb/gadget/udc/aspeed-vhub/dev.c
115
is_set ? "SET" : "CLEAR", wValue);
drivers/usb/gadget/udc/aspeed-vhub/dev.c
118
d->wakeup_en = is_set;
drivers/usb/gadget/udc/aspeed-vhub/dev.c
135
u16 wIndex, u16 wValue, bool is_set)
drivers/usb/gadget/udc/aspeed-vhub/dev.c
142
is_set ? "SET" : "CLEAR", ep_num, wValue);
drivers/usb/gadget/udc/aspeed-vhub/dev.c
159
is_set ? "setting" : "clearing", ep_num);
drivers/usb/gadget/udc/aspeed-vhub/dev.c
160
ep->epn.stalled = is_set;
drivers/usb/gadget/udc/aspeed-vhub/hub.c
213
bool is_set)
drivers/usb/gadget/udc/aspeed-vhub/hub.c
218
is_set ? "SET" : "CLEAR", wValue);
drivers/usb/gadget/udc/aspeed-vhub/hub.c
221
ep->vhub->wakeup_en = is_set;
drivers/usb/gadget/udc/aspeed-vhub/hub.c
223
str_enabled_disabled(is_set));
drivers/usb/gadget/udc/aspeed-vhub/hub.c
241
bool is_set)
drivers/usb/gadget/udc/aspeed-vhub/hub.c
248
is_set ? "SET" : "CLEAR", ep_num, wValue);
drivers/usb/gadget/udc/aspeed-vhub/hub.c
258
is_set ? "setting" : "clearing");
drivers/usb/gadget/udc/aspeed-vhub/hub.c
260
ep->vhub->ep1_stalled = is_set;
drivers/usb/gadget/udc/aspeed-vhub/hub.c
262
if (is_set) {
drivers/usb/gadget/udc/renesas_usbf.c
2296
bool is_set)
drivers/usb/gadget/udc/renesas_usbf.c
2315
udc->is_remote_wakeup = is_set;
drivers/usb/gadget/udc/renesas_usbf.c
2326
if ((ep->id == 0) && is_set) {
drivers/usb/gadget/udc/renesas_usbf.c
2333
if (ep->is_wedged && !is_set) {
drivers/usb/gadget/udc/renesas_usbf.c
2339
usbf_ep_stall(ep, is_set);
kernel/bpf/btf.c
9129
bool is_set;
kernel/bpf/btf.c
9136
is_set = *flags & flag;
kernel/bpf/btf.c
9138
res = is_set;
kernel/bpf/btf.c
9139
else if (res != is_set)
kernel/panic.c
846
bool is_set = test_bit(i, &tainted_mask);
kernel/panic.c
847
char c = is_set ? t->c_true : t->c_false;
kernel/panic.c
850
if (is_set) {
net/sunrpc/rpcb_clnt.c
403
static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set)
net/sunrpc/rpcb_clnt.c
408
if (is_set || !sn->rpcb_is_af_local)
net/sunrpc/rpcb_clnt.c
466
bool is_set = false;
net/sunrpc/rpcb_clnt.c
473
is_set = true;
net/sunrpc/rpcb_clnt.c
476
return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set);
net/sunrpc/rpcb_clnt.c
489
bool is_set = false;
net/sunrpc/rpcb_clnt.c
497
is_set = true;
net/sunrpc/rpcb_clnt.c
500
result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set);
net/sunrpc/rpcb_clnt.c
515
bool is_set = false;
net/sunrpc/rpcb_clnt.c
523
is_set = true;
net/sunrpc/rpcb_clnt.c
526
result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set);
sound/soc/intel/atom/sst-atom-controls.c
570
uint i, is_set, nb_inputs = 0;
sound/soc/intel/atom/sst-atom-controls.c
575
is_set = reg & BIT(i);
sound/soc/intel/atom/sst-atom-controls.c
576
if (!is_set)
tools/lib/bpf/libbpf.c
2128
ext->is_set = true;
tools/lib/bpf/libbpf.c
2159
ext->is_set = true;
tools/lib/bpf/libbpf.c
2243
ext->is_set = true;
tools/lib/bpf/libbpf.c
2278
if (!ext || ext->is_set)
tools/lib/bpf/libbpf.c
626
bool is_set;
tools/lib/bpf/libbpf.c
6470
if (ext->ksym.type_id && ext->is_set) { /* typed ksyms */
tools/lib/bpf/libbpf.c
6483
if (ext->is_set) {
tools/lib/bpf/libbpf.c
8652
if (ext->is_set && ext->ksym.addr != sym_addr) {
tools/lib/bpf/libbpf.c
8657
if (!ext->is_set) {
tools/lib/bpf/libbpf.c
8658
ext->is_set = true;
tools/lib/bpf/libbpf.c
8748
ext->is_set = true;
tools/lib/bpf/libbpf.c
8814
ext->is_set = true;
tools/lib/bpf/libbpf.c
8841
ext->is_set = true;
tools/lib/bpf/libbpf.c
8931
if (ext->type == EXT_KCFG && !ext->is_set) {
tools/lib/bpf/libbpf.c
8955
if (!ext->is_set && !ext->is_weak) {
tools/lib/bpf/libbpf.c
8958
} else if (!ext->is_set) {
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1164
bool is_32, is_set;
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1229
f->is_set = true;
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1251
if (!f->is_set)
tools/testing/selftests/bpf/prog_tests/tracing_multi.c
401
if (!is_set(mask, i))
tools/testing/selftests/bpf/prog_tests/tracing_multi.c
424
if (!is_set(mask, i))