token 777 arch/x86/include/asm/kvm_host.h u32 token; token 98 arch/x86/include/asm/kvm_para.h void kvm_async_pf_task_wait(u32 token); token 99 arch/x86/include/asm/kvm_para.h void kvm_async_pf_task_wake(u32 token); token 194 include/drm/drm_legacy.h unsigned int token) token 198 include/drm/drm_legacy.h if (_entry->user_token == token) token 47 include/linux/auto_dev-ioctl.h __u32 token; token 51 include/linux/auto_dev-ioctl.h __u32 token; token 102 include/linux/ecryptfs.h } token; token 683 include/linux/ieee80211.h u8 token; token 161 include/linux/iommu.h iommu_fault_handler_t handler, void *token); token 314 include/linux/iommu.h iommu_fault_handler_t handler, void *token) token 725 include/linux/mlx4/device.h __be16 token; token 363 include/linux/mlx5/device.h u8 token; token 481 include/linux/mlx5/device.h u8 token; token 244 include/linux/mlx5/driver.h u8 token; token 566 include/linux/mlx5/driver.h u8 token; token 2032 include/linux/mm.h typedef int (*pte_fn_t)(pte_t *pte, pgtable_t token, unsigned long addr, token 13 include/linux/parser.h int token; token 493 include/linux/wimax/debug.h char submodule[130], *params, *params_orig, *token, *colon; token 501 include/linux/wimax/debug.h token = strsep(¶ms, " "); token 502 include/linux/wimax/debug.h if (token == NULL) token 504 include/linux/wimax/debug.h if (*token == '\0') /* eat joint spaces */ token 509 include/linux/wimax/debug.h colon = strchr(token, ':'); token 512 include/linux/wimax/debug.h tokens = sscanf(token, "%s\n%u", submodule, &level); token 521 include/linux/wimax/debug.h tag, token, tokens); token 197 include/net/if_inet6.h struct in6_addr token; token 287 include/trace/events/kvm.h TP_PROTO(u64 token, u64 gva), token 289 include/trace/events/kvm.h TP_ARGS(token, gva), token 292 include/trace/events/kvm.h __field(__u64, token) token 297 include/trace/events/kvm.h __entry->token = token; token 301 include/trace/events/kvm.h TP_printk("token %#llx gva %#llx", __entry->token, __entry->gva) token 307 include/trace/events/kvm.h TP_PROTO(u64 token, u64 gva), token 309 include/trace/events/kvm.h TP_ARGS(token, gva) token 314 include/trace/events/kvm.h TP_PROTO(u64 token, u64 gva), token 316 include/trace/events/kvm.h TP_ARGS(token, gva) token 312 scripts/asn1_compiler.c static struct token *token_list; token 317 scripts/asn1_compiler.c const struct token *token = _key; token 323 scripts/asn1_compiler.c clen = (dlen < token->size) ? dlen : token->size; token 329 scripts/asn1_compiler.c val = memcmp(token->value, dir, clen); token 335 scripts/asn1_compiler.c if (dlen == token->size) { token 340 scripts/asn1_compiler.c return dlen - token->size; /* shorter -> negative */ token 348 scripts/asn1_compiler.c struct token *tokens; token 355 scripts/asn1_compiler.c token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); token 645 scripts/asn1_compiler.c struct token *name; token 646 scripts/asn1_compiler.c struct token *type; token 668 scripts/asn1_compiler.c struct token *name; token 669 scripts/asn1_compiler.c struct token *def; token 694 scripts/asn1_compiler.c const struct token *token = _key; token 698 scripts/asn1_compiler.c if (token->size != type->name->size) token 699 scripts/asn1_compiler.c return token->size - type->name->size; token 701 scripts/asn1_compiler.c return memcmp(token->value, type->name->value, token 702 scripts/asn1_compiler.c token->size); token 763 scripts/asn1_compiler.c static struct element *parse_type(struct token **_cursor, struct token *stop, token 764 scripts/asn1_compiler.c struct token *name); token 771 scripts/asn1_compiler.c struct token *cursor; token 801 scripts/asn1_compiler.c static struct element *alloc_elem(struct token *type) token 813 scripts/asn1_compiler.c static struct element *parse_compound(struct token **_cursor, struct token *end, token 819 scripts/asn1_compiler.c static struct element *parse_type(struct token **_cursor, struct token *end, token 820 scripts/asn1_compiler.c struct token *name) token 824 scripts/asn1_compiler.c struct token *cursor = *_cursor; token 1121 scripts/asn1_compiler.c static struct element *parse_compound(struct token **_cursor, struct token *end, token 1125 scripts/asn1_compiler.c struct token *cursor = *_cursor, *name; token 449 scripts/kallsyms.c static void *find_token(unsigned char *str, int len, unsigned char *token) token 454 scripts/kallsyms.c if (str[i] == token[0] && str[i+1] == token[1]) token 68 scripts/kconfig/lkc.h int token; token 120 scripts/kconfig/lkc.h void menu_add_option(int token, char *arg); token 199 scripts/kconfig/menu.c void menu_add_option(int token, char *arg) token 201 scripts/kconfig/menu.c switch (token) { token 1094 scripts/kconfig/zconf.lex.c return id->token; token 1166 scripts/kconfig/zconf.lex.c return id->token; token 1783 scripts/kconfig/zconf.tab.c menu_add_option(id->token, (yyvsp[(3) - (3)].string)); token 2323 scripts/kconfig/zconf.tab.c static const char *zconf_tokenname(int token) token 2325 scripts/kconfig/zconf.tab.c switch (token) { token 2340 scripts/kconfig/zconf.tab.c if (id->token != endtoken) { token 229 scripts/kconfig/zconf.y menu_add_option(id->token, $3); token 519 scripts/kconfig/zconf.y static const char *zconf_tokenname(int token) token 521 scripts/kconfig/zconf.y switch (token) { token 536 scripts/kconfig/zconf.y if (id->token != endtoken) {