Symbol: match_int
drivers/block/rnbd/rnbd-clt-sysfs.c
154
if (match_int(args, &dest_port) || dest_port < 0 ||
drivers/block/rnbd/rnbd-clt-sysfs.c
189
if (match_int(args, &nr_poll_queues) || nr_poll_queues < -1 ||
drivers/block/zloop.c
1491
if (match_int(args, &opts->id)) {
drivers/infiniband/ulp/srp/ib_srp.c
3479
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3488
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3507
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3523
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3572
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3588
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3597
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3613
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3628
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3644
ret = match_int(args, &token);
drivers/infiniband/ulp/srp/ib_srp.c
3659
ret = match_int(args, &token);
drivers/nvme/host/fabrics.c
1008
if (match_int(args, &key_id) || key_id <= 0) {
drivers/nvme/host/fabrics.c
804
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
817
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
835
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
851
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
861
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
898
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
955
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
967
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
979
if (match_int(args, &token)) {
drivers/nvme/host/fabrics.c
995
if (match_int(args, &key_id) || key_id <= 0) {
drivers/nvme/target/fcloop.c
94
if (match_int(args, &token)) {
drivers/target/target_core_configfs.c
2226
ret = match_int(args, &arg);
drivers/target/target_core_configfs.c
2232
ret = match_int(args, &arg);
drivers/target/target_core_configfs.c
2238
ret = match_int(args, &arg);
drivers/target/target_core_configfs.c
2243
ret = match_int(args, &arg);
drivers/target/target_core_configfs.c
2279
ret = match_int(args, &arg);
drivers/target/target_core_configfs.c
2285
ret = match_int(args, &arg);
drivers/target/target_core_file.c
751
ret = match_int(args, &arg);
drivers/target/target_core_file.c
766
ret = match_int(args, &arg);
drivers/target/target_core_pscsi.c
741
ret = match_int(args, &arg);
drivers/target/target_core_pscsi.c
750
ret = match_int(args, &arg);
drivers/target/target_core_pscsi.c
760
ret = match_int(args, &arg);
drivers/target/target_core_pscsi.c
770
ret = match_int(args, &arg);
drivers/target/target_core_rd.c
563
match_int(args, &arg);
drivers/target/target_core_rd.c
570
match_int(args, &arg);
drivers/target/target_core_rd.c
578
match_int(args, &arg);
drivers/target/target_core_user.c
2459
ret = match_int(arg, &val);
drivers/target/target_core_user.c
2480
ret = match_int(arg, &val);
drivers/target/target_core_user.c
2520
ret = match_int(arg, &val);
drivers/target/target_core_user.c
2553
ret = match_int(arg, &val);
drivers/target/target_core_user.c
2627
ret = match_int(&args[0], &udev->nl_reply_supported);
fs/f2fs/super.c
1056
if (args->from && match_int(args, &arg))
fs/f2fs/super.c
1065
if (args->from && match_int(args, &arg))
fs/gfs2/ops_fstype.c
1007
ret = match_int(&tmp[0], &option);
fs/gfs2/ops_fstype.c
996
ret = match_int(&tmp[0], &option);
fs/nfs/nfs4idmap.c
522
ret = match_int(&substr, &im->im_id);
fs/unicode/utf8-core.c
236
if (match_int(&args[0], &maj) || match_int(&args[1], &min) ||
fs/unicode/utf8-core.c
237
match_int(&args[2], &rev))
include/linux/parser.h
31
int match_int(substring_t *, int *result);
kernel/cgroup/rdma.c
517
if (match_int(&args[0], &intval) || intval < 0) {
kernel/cgroup/rdma.c
529
if (match_int(&args[0], &intval) || intval < 0) {
lib/parser.c
198
EXPORT_SYMBOL(match_int);
lib/test_sysctl.c
146
} match_int[] = {
lib/test_sysctl.c
161
for (i = 0; i < ARRAY_SIZE(match_int); i++)
lib/test_sysctl.c
162
if (match_int[i].defined != match_int[i].wanted)
mm/vmscan.c
7890
if (match_int(&args[0], &swappiness))