tokens 63 arch/um/drivers/vector_user.c if (strcmp(ifspec->tokens[i], token) == 0) tokens 86 arch/um/drivers/vector_user.c result->tokens[result->numargs] = arg + pos; tokens 52 arch/um/drivers/vector_user.h char *tokens[MAXVARGS]; tokens 62 drivers/android/binderfs.c static const match_table_t tokens = { tokens 286 drivers/android/binderfs.c token = match_token(p, tokens, args); tokens 96 drivers/i2c/busses/i2c-meson.c u32 tokens[2]; tokens 115 drivers/i2c/busses/i2c-meson.c i2c->tokens[0] = 0; tokens 116 drivers/i2c/busses/i2c-meson.c i2c->tokens[1] = 0; tokens 123 drivers/i2c/busses/i2c-meson.c i2c->tokens[0] |= (token & 0xf) << (i2c->num_tokens * 4); tokens 125 drivers/i2c/busses/i2c-meson.c i2c->tokens[1] |= (token & 0xf) << ((i2c->num_tokens % 8) * 4); tokens 212 drivers/i2c/busses/i2c-meson.c writel(i2c->tokens[0], i2c->regs + REG_TOK_LIST0); tokens 213 drivers/i2c/busses/i2c-meson.c writel(i2c->tokens[1], i2c->regs + REG_TOK_LIST1); tokens 107 drivers/mtd/ubi/block.c char *tokens[UBIBLOCK_PARAM_COUNT]; tokens 131 drivers/mtd/ubi/block.c tokens[i] = strsep(&pbuf, ","); tokens 134 drivers/mtd/ubi/block.c if (tokens[1]) { tokens 136 drivers/mtd/ubi/block.c ret = kstrtoint(tokens[0], 10, ¶m->ubi_num); tokens 141 drivers/mtd/ubi/block.c ret = kstrtoint(tokens[1], 10, ¶m->vol_id); tokens 144 drivers/mtd/ubi/block.c strcpy(param->name, tokens[1]); tokens 149 drivers/mtd/ubi/block.c strcpy(param->name, tokens[0]); tokens 1356 drivers/mtd/ubi/build.c char *tokens[MTD_PARAM_MAX_COUNT], *token; tokens 1386 drivers/mtd/ubi/build.c tokens[i] = strsep(&pbuf, ","); tokens 1394 drivers/mtd/ubi/build.c strcpy(&p->name[0], tokens[0]); tokens 1396 drivers/mtd/ubi/build.c token = tokens[1]; tokens 1404 drivers/mtd/ubi/build.c token = tokens[2]; tokens 1415 drivers/mtd/ubi/build.c token = tokens[3]; tokens 906 drivers/net/fddi/defxx.h PI_CNTR tokens; tokens 680 drivers/net/wireless/intel/iwlwifi/fw/api/d3.h u8 tokens[IWL_WOWLAN_REMOTE_WAKE_MAX_TOKENS]; tokens 356 drivers/platform/x86/dell-smbios-base.c int tokens = (dm->length-11)/sizeof(struct calling_interface_token)-1; tokens 371 drivers/platform/x86/dell-smbios-base.c new_da_tokens = krealloc(da_tokens, (da_num_tokens + tokens) * tokens 379 drivers/platform/x86/dell-smbios-base.c memcpy(da_tokens+da_num_tokens, table->tokens, tokens 380 drivers/platform/x86/dell-smbios-base.c sizeof(struct calling_interface_token) * tokens); tokens 382 drivers/platform/x86/dell-smbios-base.c da_num_tokens += tokens; tokens 54 drivers/platform/x86/dell-smbios.h struct calling_interface_token tokens[]; tokens 1825 drivers/target/target_core_configfs.c static match_table_t tokens = { tokens 1879 drivers/target/target_core_configfs.c token = match_token(ptr, tokens, args); tokens 706 drivers/target/target_core_file.c static match_table_t tokens = { tokens 732 drivers/target/target_core_file.c token = match_token(ptr, tokens, args); tokens 524 drivers/target/target_core_iblock.c static match_table_t tokens = { tokens 550 drivers/target/target_core_iblock.c token = match_token(ptr, tokens, args); tokens 709 drivers/target/target_core_pscsi.c static match_table_t tokens = { tokens 736 drivers/target/target_core_pscsi.c token = match_token(ptr, tokens, args); tokens 536 drivers/target/target_core_rd.c static match_table_t tokens = { tokens 560 drivers/target/target_core_rd.c token = match_token(ptr, tokens, args); tokens 2088 drivers/target/target_core_user.c static match_table_t tokens = { tokens 2171 drivers/target/target_core_user.c token = match_token(ptr, tokens, args); tokens 55 fs/9p/v9fs.c static const match_table_t tokens = { tokens 194 fs/9p/v9fs.c token = match_token(p, tokens, args); tokens 167 fs/adfs/super.c static const match_table_t tokens = { tokens 191 fs/adfs/super.c token = match_token(p, tokens, args); tokens 169 fs/affs/super.c static const match_table_t tokens = { tokens 214 fs/affs/super.c token = match_token(p, tokens, args); tokens 116 fs/autofs/inode.c static const match_table_t tokens = { tokens 159 fs/autofs/inode.c token = match_token(p, tokens, args); tokens 352 fs/btrfs/super.c static const match_table_t tokens = { tokens 459 fs/btrfs/super.c token = match_token(p, tokens, args); tokens 922 fs/btrfs/super.c token = match_token(p, tokens, args); tokens 974 fs/btrfs/super.c token = match_token(p, tokens, args); tokens 89 fs/debugfs/inode.c static const match_table_t tokens = { tokens 115 fs/debugfs/inode.c token = match_token(p, tokens, args); tokens 109 fs/devpts/inode.c static const match_table_t tokens = { tokens 275 fs/devpts/inode.c token = match_token(p, tokens, args); tokens 166 fs/ecryptfs/main.c static const match_table_t tokens = { tokens 279 fs/ecryptfs/main.c token = match_token(p, tokens, args); tokens 440 fs/ext2/super.c static const match_table_t tokens = { tokens 492 fs/ext2/super.c token = match_token(p, tokens, args); tokens 1475 fs/ext4/super.c static const match_table_t tokens = { tokens 2088 fs/ext4/super.c token = match_token(p, tokens, args); tokens 2178 fs/ext4/super.c for (t = tokens; t->token != Opt_err; t++) tokens 194 fs/hfs/super.c static const match_table_t tokens = { tokens 247 fs/hfs/super.c token = match_token(p, tokens, args); tokens 31 fs/hfsplus/options.c static const match_table_t tokens = { tokens 85 fs/hfsplus/options.c token = match_token(p, tokens, args); tokens 113 fs/hfsplus/options.c token = match_token(p, tokens, args); tokens 291 fs/hpfs/super.c static const match_table_t tokens = { tokens 332 fs/hpfs/super.c token = match_token(p, tokens, args); tokens 299 fs/isofs/inode.c static const match_table_t tokens = { tokens 373 fs/isofs/inode.c token = match_token(p, tokens, args); tokens 213 fs/jfs/super.c static const match_table_t tokens = { tokens 251 fs/jfs/super.c token = match_token(p, tokens, args); tokens 700 fs/nilfs2/super.c static match_table_t tokens = { tokens 729 fs/nilfs2/super.c token = match_token(p, tokens, args); tokens 1238 fs/nilfs2/super.c token = match_token(p, tokens, args); tokens 181 fs/ocfs2/super.c static const match_table_t tokens = { tokens 1269 fs/ocfs2/super.c token = match_token(p, tokens, args); tokens 396 fs/omfs/inode.c static const match_table_t tokens = { tokens 419 fs/omfs/inode.c token = match_token(p, tokens, args); tokens 31 fs/orangefs/super.c static const match_table_t tokens = { tokens 74 fs/orangefs/super.c token = match_token(p, tokens, args); tokens 225 fs/pstore/inode.c static const match_table_t tokens = { tokens 245 fs/pstore/inode.c token = match_token(p, tokens, args); tokens 227 fs/qnx6/inode.c static const match_table_t tokens = { tokens 246 fs/qnx6/inode.c token = match_token(p, tokens, args); tokens 151 fs/tracefs/inode.c static const match_table_t tokens = { tokens 177 fs/tracefs/inode.c token = match_token(p, tokens, args); tokens 959 fs/ubifs/super.c static const match_table_t tokens = { tokens 1021 fs/ubifs/super.c token = match_token(p, tokens, args); tokens 426 fs/udf/super.c static const match_table_t tokens = { tokens 478 fs/udf/super.c token = match_token(p, tokens, args); tokens 363 fs/ufs/super.c static const match_table_t tokens = { tokens 398 fs/ufs/super.c token = match_token(p, tokens, args); tokens 1396 fs/ufs/super.c const struct match_token *tp = tokens; tokens 65 fs/xfs/xfs_super.c static const match_table_t tokens = { tokens 209 fs/xfs/xfs_super.c token = match_token(p, tokens, args); tokens 1252 fs/xfs/xfs_super.c token = match_token(p, tokens, args); tokens 459 include/linux/wimax/debug.h unsigned level, tokens; tokens 477 include/linux/wimax/debug.h tokens = sscanf(token, "%s\n%u", submodule, &level); tokens 480 include/linux/wimax/debug.h if (tokens == 2) tokens 486 include/linux/wimax/debug.h tag, token, tokens); tokens 427 include/uapi/linux/pkt_sched.h __s32 tokens; tokens 35 lib/ts_fsm.c struct ts_fsm_token tokens[0]; tokens 160 lib/ts_fsm.c strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; tokens 166 lib/ts_fsm.c cur = &fsm->tokens[tok_idx]; tokens 169 lib/ts_fsm.c next = &fsm->tokens[tok_idx + 1]; tokens 261 lib/ts_fsm.c struct ts_fsm_token *tokens = (struct ts_fsm_token *) pattern; tokens 262 lib/ts_fsm.c unsigned int ntokens = len / sizeof(*tokens); tokens 272 lib/ts_fsm.c struct ts_fsm_token *t = &tokens[i]; tokens 289 lib/ts_fsm.c memcpy(fsm->tokens, pattern, len); tokens 292 lib/ts_fsm.c struct ts_fsm_token *t = &fsm->tokens[i]; tokens 305 lib/ts_fsm.c return fsm->tokens; tokens 46 net/9p/client.c static const match_table_t tokens = { tokens 159 net/9p/client.c token = match_token(p, tokens, args); tokens 70 net/9p/trans_fd.c static const match_table_t tokens = { tokens 767 net/9p/trans_fd.c token = match_token(p, tokens, args); tokens 141 net/9p/trans_rdma.c static match_table_t tokens = { tokens 203 net/9p/trans_rdma.c token = match_token(p, tokens, args); tokens 20 net/netfilter/nft_limit.c u64 tokens; tokens 30 net/netfilter/nft_limit.c u64 now, tokens; tokens 35 net/netfilter/nft_limit.c tokens = limit->tokens + now - limit->last; tokens 36 net/netfilter/nft_limit.c if (tokens > limit->tokens_max) tokens 37 net/netfilter/nft_limit.c tokens = limit->tokens_max; tokens 40 net/netfilter/nft_limit.c delta = tokens - cost; tokens 42 net/netfilter/nft_limit.c limit->tokens = delta; tokens 46 net/netfilter/nft_limit.c limit->tokens = tokens; tokens 57 net/netfilter/nft_limit.c u64 unit, tokens; tokens 79 net/netfilter/nft_limit.c tokens = div_u64(limit->nsecs, limit->rate) * limit->burst; tokens 85 net/netfilter/nft_limit.c tokens = div_u64(limit->nsecs * (limit->rate + limit->burst), tokens 89 net/netfilter/nft_limit.c limit->tokens = tokens; tokens 90 net/netfilter/nft_limit.c limit->tokens_max = limit->tokens; tokens 120 net/sched/sch_htb.c s64 tokens, ctokens;/* current number of tokens */ tokens 509 net/sched/sch_htb.c if ((toks = (cl->tokens + *diff)) >= htb_hiwater(cl)) tokens 620 net/sched/sch_htb.c s64 toks = diff + cl->tokens; tokens 628 net/sched/sch_htb.c cl->tokens = toks; tokens 670 net/sched/sch_htb.c cl->tokens += diff; /* we moved t_c; update tokens */ tokens 1133 net/sched/sch_htb.c cl->xstats.tokens = clamp_t(s64, PSCHED_NS2TICKS(cl->tokens), tokens 1201 net/sched/sch_htb.c parent->tokens = parent->buffer; tokens 1425 net/sched/sch_htb.c cl->tokens = PSCHED_TICKS2NS(hopt->buffer); tokens 106 net/sched/sch_tbf.c s64 tokens; /* Current number of B tokens */ tokens 231 net/sched/sch_tbf.c toks += q->tokens; tokens 242 net/sched/sch_tbf.c q->tokens = toks; tokens 277 net/sched/sch_tbf.c q->tokens = q->buffer; tokens 404 net/sched/sch_tbf.c q->tokens = q->buffer; tokens 348 scripts/asn1_compiler.c struct token *tokens; tokens 355 scripts/asn1_compiler.c token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); tokens 356 scripts/asn1_compiler.c if (!tokens) { tokens 407 scripts/asn1_compiler.c tokens[tix].line = lineno; tokens 420 scripts/asn1_compiler.c tokens[tix].size = q - p; tokens 423 scripts/asn1_compiler.c tokens[tix].content = malloc(tokens[tix].size + 1); tokens 424 scripts/asn1_compiler.c if (!tokens[tix].content) { tokens 428 scripts/asn1_compiler.c memcpy(tokens[tix].content, start, tokens[tix].size); tokens 429 scripts/asn1_compiler.c tokens[tix].content[tokens[tix].size] = 0; tokens 434 scripts/asn1_compiler.c if (islower(tokens[tix].content[0])) { tokens 435 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_ELEMENT_NAME; tokens 442 scripts/asn1_compiler.c dir = bsearch(&tokens[tix], directives, tokens 447 scripts/asn1_compiler.c tokens[tix++].token_type = dir - directives; tokens 451 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_TYPE_NAME; tokens 461 scripts/asn1_compiler.c tokens[tix].size = q - p; tokens 463 scripts/asn1_compiler.c tokens[tix].content = malloc(tokens[tix].size + 1); tokens 464 scripts/asn1_compiler.c if (!tokens[tix].content) { tokens 468 scripts/asn1_compiler.c memcpy(tokens[tix].content, start, tokens[tix].size); tokens 469 scripts/asn1_compiler.c tokens[tix].content[tokens[tix].size] = 0; tokens 470 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_NUMBER; tokens 477 scripts/asn1_compiler.c tokens[tix].size = 3; tokens 478 scripts/asn1_compiler.c tokens[tix].content = "::="; tokens 479 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_ASSIGNMENT; tokens 487 scripts/asn1_compiler.c tokens[tix].size = 2; tokens 488 scripts/asn1_compiler.c tokens[tix].content = "({"; tokens 489 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_ACTION; tokens 494 scripts/asn1_compiler.c tokens[tix].size = 2; tokens 495 scripts/asn1_compiler.c tokens[tix].content = "})"; tokens 496 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_ACTION; tokens 502 scripts/asn1_compiler.c tokens[tix].size = 1; tokens 506 scripts/asn1_compiler.c tokens[tix].content = "{"; tokens 507 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_CURLY; tokens 511 scripts/asn1_compiler.c tokens[tix].content = "}"; tokens 512 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_CURLY; tokens 516 scripts/asn1_compiler.c tokens[tix].content = "["; tokens 517 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_SQUARE; tokens 521 scripts/asn1_compiler.c tokens[tix].content = "]"; tokens 522 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_SQUARE; tokens 526 scripts/asn1_compiler.c tokens[tix].content = ","; tokens 527 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_COMMA; tokens 429 security/selinux/hooks.c } tokens[] = { tokens 442 security/selinux/hooks.c for (i = 0; i < ARRAY_SIZE(tokens); i++) { tokens 443 security/selinux/hooks.c size_t len = tokens[i].len; tokens 444 security/selinux/hooks.c if (len > l || memcmp(s, tokens[i].name, len)) tokens 446 security/selinux/hooks.c if (tokens[i].has_arg) { tokens 452 security/selinux/hooks.c return tokens[i].opt; tokens 1044 security/selinux/hooks.c for (i = 0; i < ARRAY_SIZE(tokens); i++) { tokens 1045 security/selinux/hooks.c if (strcmp(option, tokens[i].name) == 0) { tokens 1046 security/selinux/hooks.c token = tokens[i].opt; tokens 388 security/smack/smackfs.c int import, int tokens) tokens 398 security/smack/smackfs.c for (i = 0; i < tokens; ++i) { tokens 452 security/smack/smackfs.c int tokens; tokens 493 security/smack/smackfs.c tokens = (format == SMK_CHANGE_FMT ? 4 : 3); tokens 501 security/smack/smackfs.c rc = smk_parse_long_rule(data + cnt, &rule, 1, tokens); tokens 845 sound/soc/sof/topology.c const struct sof_topology_token *tokens, tokens 859 sound/soc/sof/topology.c if (tokens[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID) tokens 863 sound/soc/sof/topology.c if (tokens[j].token != le32_to_cpu(elem->token)) tokens 867 sound/soc/sof/topology.c tokens[j].get_token(elem, object, tokens[j].offset, tokens 868 sound/soc/sof/topology.c tokens[j].size); tokens 875 sound/soc/sof/topology.c const struct sof_topology_token *tokens, tokens 889 sound/soc/sof/topology.c if (tokens[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING) tokens 893 sound/soc/sof/topology.c if (tokens[j].token != le32_to_cpu(elem->token)) tokens 897 sound/soc/sof/topology.c tokens[j].get_token(elem, object, tokens[j].offset, tokens 898 sound/soc/sof/topology.c tokens[j].size); tokens 905 sound/soc/sof/topology.c const struct sof_topology_token *tokens, tokens 923 sound/soc/sof/topology.c if (!(tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD || tokens 924 sound/soc/sof/topology.c tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_SHORT || tokens 925 sound/soc/sof/topology.c tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_BYTE || tokens 926 sound/soc/sof/topology.c tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_BOOL)) tokens 930 sound/soc/sof/topology.c if (tokens[j].token != le32_to_cpu(elem->token)) tokens 938 sound/soc/sof/topology.c switch (tokens[j].token) { tokens 968 sound/soc/sof/topology.c tokens[j].get_token(elem, object, tokens 969 sound/soc/sof/topology.c offset + tokens[j].offset, tokens 970 sound/soc/sof/topology.c tokens[j].size); tokens 977 sound/soc/sof/topology.c const struct sof_topology_token *tokens, tokens 1006 sound/soc/sof/topology.c sof_parse_uuid_tokens(scomp, object, tokens, count, tokens 1010 sound/soc/sof/topology.c sof_parse_string_tokens(scomp, object, tokens, count, tokens 1017 sound/soc/sof/topology.c sof_parse_word_tokens(scomp, object, tokens, count, tokens 426 tools/include/uapi/linux/pkt_sched.h __s32 tokens; tokens 259 tools/perf/pmu-events/jevents.c if (!(t)->start && (t) > tokens) \ tokens 515 tools/perf/pmu-events/jevents.c jsmntok_t *tokens, *tok; tokens 523 tools/perf/pmu-events/jevents.c tokens = parse_json(fn, &map, &size, &len); tokens 524 tools/perf/pmu-events/jevents.c if (!tokens) tokens 526 tools/perf/pmu-events/jevents.c EXPECT(tokens->type == JSMN_ARRAY, tokens, "expected top level array"); tokens 527 tools/perf/pmu-events/jevents.c tok = tokens + 1; tokens 528 tools/perf/pmu-events/jevents.c for (i = 0; i < tokens->size; i++) { tokens 686 tools/perf/pmu-events/jevents.c EXPECT(tok - tokens == len, tok, "unexpected objects at end"); tokens 689 tools/perf/pmu-events/jevents.c free_json(map, size, tokens); tokens 32 tools/perf/pmu-events/jsmn.c jsmntok_t *tokens, size_t num_tokens) tokens 38 tools/perf/pmu-events/jsmn.c tok = &tokens[parser->toknext++]; tokens 61 tools/perf/pmu-events/jsmn.c jsmntok_t *tokens, size_t num_tokens) tokens 103 tools/perf/pmu-events/jsmn.c token = jsmn_alloc_token(parser, tokens, num_tokens); tokens 118 tools/perf/pmu-events/jsmn.c jsmntok_t *tokens, size_t num_tokens) tokens 131 tools/perf/pmu-events/jsmn.c token = jsmn_alloc_token(parser, tokens, num_tokens); tokens 174 tools/perf/pmu-events/jsmn.c jsmntok_t *tokens, unsigned int num_tokens) tokens 188 tools/perf/pmu-events/jsmn.c token = jsmn_alloc_token(parser, tokens, num_tokens); tokens 192 tools/perf/pmu-events/jsmn.c tokens[parser->toksuper].size++; tokens 201 tools/perf/pmu-events/jsmn.c token = &tokens[i]; tokens 214 tools/perf/pmu-events/jsmn.c token = &tokens[i]; tokens 222 tools/perf/pmu-events/jsmn.c r = jsmn_parse_string(parser, js, len, tokens, tokens 227 tools/perf/pmu-events/jsmn.c tokens[parser->toksuper].size++; tokens 263 tools/perf/pmu-events/jsmn.c r = jsmn_parse_primitive(parser, js, len, tokens, tokens 268 tools/perf/pmu-events/jsmn.c tokens[parser->toksuper].size++; tokens 281 tools/perf/pmu-events/jsmn.c if (tokens[i].start != -1 && tokens[i].end == -1) tokens 64 tools/perf/pmu-events/jsmn.h jsmntok_t *tokens, unsigned int num_tokens); tokens 86 tools/perf/pmu-events/json.c jsmntok_t *tokens; tokens 95 tools/perf/pmu-events/json.c tokens = malloc(sz); tokens 96 tools/perf/pmu-events/json.c if (!tokens) tokens 99 tools/perf/pmu-events/json.c res = jsmn_parse(&parser, *map, *size, tokens, tokens 107 tools/perf/pmu-events/json.c return tokens; tokens 109 tools/perf/pmu-events/json.c free(tokens); tokens 115 tools/perf/pmu-events/json.c void free_json(char *map, size_t size, jsmntok_t *tokens) tokens 117 tools/perf/pmu-events/json.c free(tokens); tokens 8 tools/perf/pmu-events/json.h void free_json(char *map, size_t size, jsmntok_t *tokens); tokens 20 tools/perf/util/cgroup.c char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; tokens 38 tools/perf/util/cgroup.c mountpoint, type, tokens) == 3) { tokens 42 tools/perf/util/cgroup.c token = strtok_r(tokens, ",", &saved_ptr);