Symbol: yes
arch/arm/include/asm/tls.h
32
mcr p15, 0, \tp, c13, c0, 3 @ yes, set TLS register
drivers/gpu/drm/xe/tests/xe_args_test.c
231
KUNIT_EXPECT_STREQ(test, __stringify(IF_ARGS(yes, no, FOO_ARGS)), "yes");
drivers/gpu/drm/xe/tests/xe_args_test.c
232
KUNIT_EXPECT_STREQ(test, __stringify(IF_ARGS(yes, no, NO_ARGS)), "no");
drivers/gpu/drm/xe/xe_gt_debugfs.c
226
bool yes;
drivers/gpu/drm/xe/xe_gt_debugfs.c
231
ret = kstrtobool_from_user(userbuf, count, &yes);
drivers/gpu/drm/xe/xe_gt_debugfs.c
234
if (yes)
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
201
bool yes;
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
206
ret = kstrtobool_from_user(userbuf, count, &yes);
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
209
if (yes) {
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
63
bool yes;
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
68
ret = kstrtobool_from_user(userbuf, count, &yes);
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
71
if (yes) {
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
303
bool yes; \
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
309
err = kstrtobool(buf, &yes); \
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
312
if (!yes) \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2023
static const char *yes = "yes";
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2026
return x ? yes : no;
drivers/scsi/wd33c93.c
496
goto yes;
drivers/scsi/wd33c93.c
498
goto yes;
drivers/scsi/wd33c93.c
500
goto yes;
drivers/scsi/wd33c93.c
510
goto yes;
drivers/scsi/wd33c93.c
516
yes:
include/linux/kernel.h
158
extern void bust_spinlocks(int yes);
include/uapi/linux/inet_diag.h
82
unsigned char yes;
lib/bust_spinlocks.c
20
void bust_spinlocks(int yes)
lib/bust_spinlocks.c
22
if (yes) {
net/ceph/osdmap.c
571
u32 yes;
net/ceph/osdmap.c
574
ceph_decode_32_safe(p, end, yes, bad);
net/ceph/osdmap.c
575
if (!yes) {
net/ceph/osdmap.c
586
ceph_decode_32_safe(p, end, yes, bad);
net/ceph/osdmap.c
588
if (yes > (ULONG_MAX - sizeof(*r))
net/ceph/osdmap.c
592
r = kmalloc_flex(*r, steps, yes, GFP_NOFS);
net/ceph/osdmap.c
597
r->len = yes;
net/ipv4/inet_diag.c
467
int yes = 1;
net/ipv4/inet_diag.c
474
yes = 0;
net/ipv4/inet_diag.c
477
yes = entry->sport == op[1].no;
net/ipv4/inet_diag.c
480
yes = entry->sport >= op[1].no;
net/ipv4/inet_diag.c
483
yes = entry->sport <= op[1].no;
net/ipv4/inet_diag.c
486
yes = entry->dport == op[1].no;
net/ipv4/inet_diag.c
489
yes = entry->dport >= op[1].no;
net/ipv4/inet_diag.c
492
yes = entry->dport <= op[1].no;
net/ipv4/inet_diag.c
495
yes = !(entry->userlocks & SOCK_BINDPORT_LOCK);
net/ipv4/inet_diag.c
506
yes = 0;
net/ipv4/inet_diag.c
526
yes = 0;
net/ipv4/inet_diag.c
535
yes = 0;
net/ipv4/inet_diag.c
543
yes = 0;
net/ipv4/inet_diag.c
551
yes = 0;
net/ipv4/inet_diag.c
560
yes = 0;
net/ipv4/inet_diag.c
566
if (yes) {
net/ipv4/inet_diag.c
567
len -= op->yes;
net/ipv4/inet_diag.c
568
bc += op->yes;
net/ipv4/inet_diag.c
639
if (op->yes < 4 || op->yes & 3)
net/ipv4/inet_diag.c
641
len -= op->yes;
net/ipv4/inet_diag.c
642
bc += op->yes;
net/ipv4/inet_diag.c
796
if (op->yes < min_len || op->yes > len + 4 || op->yes & 3)
net/ipv4/inet_diag.c
798
bc += op->yes;
net/ipv4/inet_diag.c
799
len -= op->yes;
scripts/kconfig/conf.c
150
sym->def[S_DEF_USER].tri = yes;
scripts/kconfig/conf.c
249
val = yes;
scripts/kconfig/conf.c
262
val = yes;
scripts/kconfig/conf.c
266
val = yes;
scripts/kconfig/conf.c
374
case yes:
scripts/kconfig/conf.c
382
if (oldval != yes && sym_tristate_within_range(sym, yes))
scripts/kconfig/conf.c
404
newval = yes;
scripts/kconfig/conf.c
810
conf_rewrite_tristates(yes, mod);
scripts/kconfig/conf.c
813
conf_rewrite_tristates(mod, yes);
scripts/kconfig/confdata.c
251
sym->def[def].tri = yes;
scripts/kconfig/confdata.c
795
if (sym == ds && sym_get_tristate_value(sym) == yes)
scripts/kconfig/expr.c
945
return res ? no : yes;
scripts/kconfig/expr.c
947
return res >= 0 ? yes : no;
scripts/kconfig/expr.c
949
return res > 0 ? yes : no;
scripts/kconfig/expr.c
951
return res <= 0 ? yes : no;
scripts/kconfig/expr.c
953
return res < 0 ? yes : no;
scripts/kconfig/expr.c
955
return res ? yes : no;
scripts/kconfig/expr.c
970
return yes;
scripts/kconfig/gconf.c
208
case yes:
scripts/kconfig/gconf.c
218
if (val != yes && sym_tristate_within_range(sym, yes))
scripts/kconfig/gconf.c
698
newval = yes;
scripts/kconfig/gconf.c
706
newval = yes;
scripts/kconfig/mconf.c
556
case yes: ch = '*'; break;
scripts/kconfig/mconf.c
833
if (sym_set_tristate_value(sym, yes))
scripts/kconfig/menu.c
758
expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n");
scripts/kconfig/menu.c
765
expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n");
scripts/kconfig/nconf.c
1196
if (sym_set_tristate_value(sym, yes))
scripts/kconfig/nconf.c
859
case yes:
scripts/kconfig/qconf.cc
158
case yes:
scripts/kconfig/qconf.cc
780
setValue(item, yes);
scripts/kconfig/qconf.cc
994
str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n";
scripts/kconfig/symbol.c
20
.curr = { "y", yes },
scripts/kconfig/symbol.c
218
sym->visible = yes;
scripts/kconfig/symbol.c
229
tri = yes;
scripts/kconfig/symbol.c
237
tri = yes;
scripts/kconfig/symbol.c
241
tri = yes;
scripts/kconfig/symbol.c
250
tri = yes;
scripts/kconfig/symbol.c
259
tri = yes;
scripts/kconfig/symbol.c
317
if (sym_has_value(sym) && sym->def[S_DEF_USER].tri == yes) {
scripts/kconfig/symbol.c
369
val = sym == res ? yes : no;
scripts/kconfig/symbol.c
394
expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes,
scripts/kconfig/symbol.c
500
newval.tri = yes;
scripts/kconfig/symbol.c
618
val = menu->sym == sym ? yes : no;
scripts/kconfig/symbol.c
649
return yes;
scripts/kconfig/symbol.c
659
newval = yes;
scripts/kconfig/symbol.c
661
case yes:
scripts/kconfig/symbol.c
744
return sym_tristate_within_range(sym, yes);
scripts/kconfig/symbol.c
767
return sym_set_tristate_value(sym, yes);
scripts/kconfig/symbol.c
852
val = yes;
scripts/kconfig/symbol.c
856
val = yes;
scripts/kconfig/symbol.c
868
case yes: return "y";
scripts/kconfig/symbol.c
897
case yes:
sound/pci/asihpi/hpi_internal.h
712
u32 yes;
tools/testing/selftests/cgroup/test_memcontrol.c
1273
int sk, client_sk, ctl_fd, yes = 1, ret = -1;
tools/testing/selftests/cgroup/test_memcontrol.c
1286
if (setsockopt(sk, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(yes)) < 0)