symbol            125 arch/x86/kernel/dumpstack_32.c 	print_symbol(msg, symbol);
symbol            254 arch/x86/kernel/dumpstack_64.c 	print_symbol(msg, symbol);
symbol            130 fs/jffs2/compr_rubin.c 	if (symbol == 0)
symbol            204 fs/jffs2/compr_rubin.c 	int symbol;
symbol            218 fs/jffs2/compr_rubin.c 	symbol = rs->rec_q >= threshold;
symbol            226 fs/jffs2/compr_rubin.c 	return symbol;
symbol             69 include/acpi/platform/aclinux.h #define ACPI_EXPORT_SYMBOL(symbol)  EXPORT_SYMBOL(symbol);
symbol             11 include/asm-x86/stacktrace.h 	void (*warning_symbol)(void *data, char *msg, unsigned long symbol);
symbol            822 kernel/module.c 	if (IS_ERR_VALUE(find_symbol(symbol, &owner, NULL, true, false)))
symbol           1451 kernel/module.c 	value = find_symbol(symbol, &owner, NULL, true, true);
symbol             39 scripts/genksyms/genksyms.c static struct symbol *symtab[HASH_BUCKETS];
symbol             52 scripts/genksyms/genksyms.c static struct symbol *expansion_trail;
symbol             53 scripts/genksyms/genksyms.c static struct symbol *visited_symbols;
symbol            147 scripts/genksyms/genksyms.c struct symbol *find_symbol(const char *name, enum symbol_type ns)
symbol            150 scripts/genksyms/genksyms.c 	struct symbol *sym;
symbol            160 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type,
symbol            164 scripts/genksyms/genksyms.c 	struct symbol *sym;
symbol            301 scripts/genksyms/genksyms.c 		struct symbol *subsym;
symbol            379 scripts/genksyms/genksyms.c 		static struct symbol **end = &visited_symbols;
symbol            384 scripts/genksyms/genksyms.c 			sym->visited = (struct symbol *)-1L;
symbol            393 scripts/genksyms/genksyms.c 	struct symbol *sym;
symbol            404 scripts/genksyms/genksyms.c 		expansion_trail = (struct symbol *)-1L;
symbol            409 scripts/genksyms/genksyms.c 		while (sym != (struct symbol *)-1L) {
symbol            410 scripts/genksyms/genksyms.c 			struct symbol *n = sym->expansion_trail;
symbol            539 scripts/genksyms/genksyms.c 		while (visited_symbols != (struct symbol *)-1L) {
symbol            540 scripts/genksyms/genksyms.c 			struct symbol *sym = visited_symbols;
symbol             39 scripts/genksyms/genksyms.h 	struct symbol *hash_next;
symbol             43 scripts/genksyms/genksyms.h 	struct symbol *expansion_trail;
symbol             44 scripts/genksyms/genksyms.h 	struct symbol *visited;
symbol             54 scripts/genksyms/genksyms.h struct symbol *find_symbol(const char *name, enum symbol_type ns);
symbol             55 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type,
symbol            344 scripts/kallsyms.c 		token_profit[ symbol[i] + (symbol[i + 1] << 8) ]++;
symbol            353 scripts/kallsyms.c 		token_profit[ symbol[i] + (symbol[i + 1] << 8) ]--;
symbol            125 scripts/kconfig/conf.c 	struct symbol *sym = menu->sym;
symbol            157 scripts/kconfig/conf.c 	struct symbol *sym = menu->sym;
symbol            228 scripts/kconfig/conf.c 	struct symbol *sym, *def_sym;
symbol            348 scripts/kconfig/conf.c 	struct symbol *sym;
symbol            410 scripts/kconfig/conf.c 	struct symbol *sym;
symbol             46 scripts/kconfig/confdata.c 	struct symbol *sym;
symbol            153 scripts/kconfig/confdata.c 	struct symbol *sym;
symbol            287 scripts/kconfig/confdata.c 			struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym));
symbol            315 scripts/kconfig/confdata.c 	struct symbol *sym, *choice_sym;
symbol            395 scripts/kconfig/confdata.c 	struct symbol *sym;
symbol            560 scripts/kconfig/confdata.c 	struct symbol *sym;
symbol            671 scripts/kconfig/confdata.c 	struct symbol *sym;
symbol            819 scripts/kconfig/confdata.c 	struct symbol *sym, *csym;
symbol            354 scripts/kconfig/expr.c 	struct symbol *sym1, *sym2;
symbol            418 scripts/kconfig/expr.c 	struct symbol *sym1, *sym2;
symbol             39 scripts/kconfig/expr.h 	struct symbol *sym;
symbol             74 scripts/kconfig/expr.h 	struct symbol *next;
symbol            115 scripts/kconfig/expr.h 	struct symbol *sym;
symbol            138 scripts/kconfig/expr.h 	struct symbol *sym;
symbol            157 scripts/kconfig/expr.h extern struct symbol symbol_yes, symbol_no, symbol_mod;
symbol            158 scripts/kconfig/expr.h extern struct symbol *modules_sym;
symbol            159 scripts/kconfig/expr.h extern struct symbol *sym_defconfig_list;
symbol            161 scripts/kconfig/expr.h struct expr *expr_alloc_symbol(struct symbol *sym);
symbol            164 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
symbol            176 scripts/kconfig/expr.h int expr_contains_symbol(struct expr *dep, struct symbol *sym);
symbol            177 scripts/kconfig/expr.h bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
symbol            181 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
symbol            881 scripts/kconfig/gconf.c 	struct symbol *sym;
symbol            902 scripts/kconfig/gconf.c 	struct symbol *sym = menu->sym;
symbol           1164 scripts/kconfig/gconf.c 	struct symbol *sym = menu->sym;
symbol           1213 scripts/kconfig/gconf.c 		struct symbol *def_sym = sym_get_choice_value(sym);
symbol           1375 scripts/kconfig/gconf.c 	struct symbol *sym;
symbol           1454 scripts/kconfig/gconf.c 	struct symbol *sym;
symbol             90 scripts/kconfig/lkc.h void menu_add_entry(struct symbol *sym);
symbol             96 scripts/kconfig/lkc.h void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
symbol            122 scripts/kconfig/lkc.h void sym_set_changed(struct symbol *sym);
symbol            123 scripts/kconfig/lkc.h struct symbol *sym_check_deps(struct symbol *sym);
symbol            124 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym);
symbol            125 scripts/kconfig/lkc.h struct symbol *prop_get_symbol(struct property *prop);
symbol            126 scripts/kconfig/lkc.h struct property *sym_get_env_prop(struct symbol *sym);
symbol            128 scripts/kconfig/lkc.h static inline tristate sym_get_tristate_value(struct symbol *sym)
symbol            134 scripts/kconfig/lkc.h static inline struct symbol *sym_get_choice_value(struct symbol *sym)
symbol            136 scripts/kconfig/lkc.h 	return (struct symbol *)sym->curr.val;
symbol            139 scripts/kconfig/lkc.h static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval)
symbol            144 scripts/kconfig/lkc.h static inline bool sym_is_choice(struct symbol *sym)
symbol            149 scripts/kconfig/lkc.h static inline bool sym_is_choice_value(struct symbol *sym)
symbol            154 scripts/kconfig/lkc.h static inline bool sym_is_optional(struct symbol *sym)
symbol            159 scripts/kconfig/lkc.h static inline bool sym_has_value(struct symbol *sym)
symbol            349 scripts/kconfig/mconf.c 	struct symbol *sym;
symbol            365 scripts/kconfig/mconf.c 	struct symbol *sym;
symbol            384 scripts/kconfig/mconf.c 	struct symbol **sym_arr;
symbol            418 scripts/kconfig/mconf.c 	struct symbol *sym;
symbol            472 scripts/kconfig/mconf.c 		struct symbol *def_sym = sym_get_choice_value(sym);
symbol            590 scripts/kconfig/mconf.c 	struct symbol *sym;
symbol            702 scripts/kconfig/mconf.c 	struct symbol *sym = menu->sym;
symbol            723 scripts/kconfig/mconf.c 	struct symbol *active;
symbol            109 scripts/kconfig/menu.c 	struct symbol *sym = current_entry->sym;
symbol            190 scripts/kconfig/menu.c 	struct symbol *sym2;
symbol            231 scripts/kconfig/menu.c 	struct symbol *sym;
symbol            279 scripts/kconfig/menu.c 					struct symbol *es = prop_get_symbol(prop);
symbol            393 scripts/kconfig/menu.c 	struct symbol *sym;
symbol            102 scripts/kconfig/qconf.cc 	struct symbol* sym;
symbol            462 scripts/kconfig/qconf.cc 	struct symbol* sym;
symbol            487 scripts/kconfig/qconf.cc 	struct symbol* sym;
symbol            984 scripts/kconfig/qconf.cc 		struct symbol *s;
symbol           1012 scripts/kconfig/qconf.cc 	struct symbol* sym;
symbol           1249 scripts/kconfig/qconf.cc 	struct symbol **p;
symbol            267 scripts/kconfig/qconf.h 	QString debug_info(struct symbol *sym);
symbol            269 scripts/kconfig/qconf.h 	static void expr_print_help(void *data, struct symbol *sym, const char *str);
symbol            273 scripts/kconfig/qconf.h 	struct symbol *sym;
symbol            295 scripts/kconfig/qconf.h 	struct symbol **result;
symbol             15 scripts/kconfig/symbol.c struct symbol symbol_yes = {
symbol             33 scripts/kconfig/symbol.c struct symbol *sym_defconfig_list;
symbol             34 scripts/kconfig/symbol.c struct symbol *modules_sym;
symbol             48 scripts/kconfig/symbol.c 	struct symbol *sym;
symbol            219 scripts/kconfig/symbol.c static struct symbol *sym_calc_choice(struct symbol *sym)
symbol            221 scripts/kconfig/symbol.c 	struct symbol *def_sym;
symbol            341 scripts/kconfig/symbol.c 			struct symbol *ds = prop_get_symbol(prop);
symbol            367 scripts/kconfig/symbol.c 		struct symbol *choice_sym;
symbol            384 scripts/kconfig/symbol.c 	struct symbol *sym;
symbol            407 scripts/kconfig/symbol.c 	struct symbol *sym;
symbol            449 scripts/kconfig/symbol.c 		struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym));
symbol            654 scripts/kconfig/symbol.c struct symbol *sym_lookup(const char *name, int flags)
symbol            656 scripts/kconfig/symbol.c 	struct symbol *symbol;
symbol            673 scripts/kconfig/symbol.c 		for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
symbol            674 scripts/kconfig/symbol.c 			if (!strcmp(symbol->name, name) &&
symbol            675 scripts/kconfig/symbol.c 			    (flags ? symbol->flags & flags
symbol            676 scripts/kconfig/symbol.c 				   : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE))))
symbol            677 scripts/kconfig/symbol.c 				return symbol;
symbol            685 scripts/kconfig/symbol.c 	symbol = malloc(sizeof(*symbol));
symbol            686 scripts/kconfig/symbol.c 	memset(symbol, 0, sizeof(*symbol));
symbol            687 scripts/kconfig/symbol.c 	symbol->name = new_name;
symbol            688 scripts/kconfig/symbol.c 	symbol->type = S_UNKNOWN;
symbol            689 scripts/kconfig/symbol.c 	symbol->flags |= flags;
symbol            691 scripts/kconfig/symbol.c 	symbol->next = symbol_hash[hash];
symbol            692 scripts/kconfig/symbol.c 	symbol_hash[hash] = symbol;
symbol            694 scripts/kconfig/symbol.c 	return symbol;
symbol            697 scripts/kconfig/symbol.c struct symbol *sym_find(const char *name)
symbol            699 scripts/kconfig/symbol.c 	struct symbol *symbol = NULL;
symbol            717 scripts/kconfig/symbol.c 	for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
symbol            718 scripts/kconfig/symbol.c 		if (!strcmp(symbol->name, name) &&
symbol            719 scripts/kconfig/symbol.c 		    !(symbol->flags & SYMBOL_CONST))
symbol            723 scripts/kconfig/symbol.c 	return symbol;
symbol            726 scripts/kconfig/symbol.c struct symbol **sym_re_search(const char *pattern)
symbol            728 scripts/kconfig/symbol.c 	struct symbol *sym, **sym_arr = NULL;
symbol            747 scripts/kconfig/symbol.c 			sym_arr = realloc(sym_arr, size * sizeof(struct symbol *));
symbol            763 scripts/kconfig/symbol.c static struct symbol *sym_check_expr_deps(struct expr *e)
symbol            765 scripts/kconfig/symbol.c 	struct symbol *sym;
symbol            794 scripts/kconfig/symbol.c static struct symbol *sym_check_sym_deps(struct symbol *sym)
symbol            796 scripts/kconfig/symbol.c 	struct symbol *sym2;
symbol            819 scripts/kconfig/symbol.c static struct symbol *sym_check_choice_deps(struct symbol *choice)
symbol            821 scripts/kconfig/symbol.c 	struct symbol *sym, *sym2;
symbol            853 scripts/kconfig/symbol.c struct symbol *sym_check_deps(struct symbol *sym)
symbol            855 scripts/kconfig/symbol.c 	struct symbol *sym2;
symbol            913 scripts/kconfig/symbol.c struct symbol *prop_get_symbol(struct property *prop)
symbol            948 scripts/kconfig/symbol.c 	struct symbol *sym, *sym2;
symbol             32 scripts/kconfig/util.c 	struct symbol *sym, *env_sym;
symbol             32 scripts/kconfig/zconf.y struct symbol *symbol_hash[257];
symbol             47 scripts/kconfig/zconf.y 	struct symbol *symbol;
symbol             88 scripts/kconfig/zconf.y %type <symbol> symbol
symbol            144 scripts/kconfig/zconf.y 	struct symbol *sym = sym_lookup($2, 0);
symbol            158 scripts/kconfig/zconf.y 	struct symbol *sym = sym_lookup($2, 0);
symbol            214 scripts/kconfig/zconf.y config_option: T_RANGE symbol symbol if_expr T_EOL
symbol            244 scripts/kconfig/zconf.y 	struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
symbol            449 scripts/kconfig/zconf.y expr:	  symbol				{ $$ = expr_alloc_symbol($1); }
symbol            450 scripts/kconfig/zconf.y 	| symbol T_EQUAL symbol			{ $$ = expr_alloc_comp(E_EQUAL, $1, $3); }
symbol            451 scripts/kconfig/zconf.y 	| symbol T_UNEQUAL symbol		{ $$ = expr_alloc_comp(E_UNEQUAL, $1, $3); }
symbol            458 scripts/kconfig/zconf.y symbol:	  T_WORD	{ $$ = sym_lookup($1, 0); free($1); }
symbol            469 scripts/kconfig/zconf.y 	struct symbol *sym;
symbol            587 scripts/kconfig/zconf.y 	struct symbol *sym = menu->sym;
symbol            656 scripts/kconfig/zconf.y 	struct symbol *sym;
symbol            704 scripts/mod/file2alias.c 	match = strstr(symbol, name);
symbol            707 scripts/mod/file2alias.c 	return match[strlen(symbol)] == '\0';
symbol            143 scripts/mod/modpost.c 	struct symbol *next;
symbol            156 scripts/mod/modpost.c static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
symbol            175 scripts/mod/modpost.c static struct symbol *alloc_symbol(const char *name, unsigned int weak,
symbol            178 scripts/mod/modpost.c 	struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1));
symbol            188 scripts/mod/modpost.c static struct symbol *new_symbol(const char *name, struct module *module,
symbol            192 scripts/mod/modpost.c 	struct symbol *new;
symbol            201 scripts/mod/modpost.c static struct symbol *find_symbol(const char *name)
symbol            203 scripts/mod/modpost.c 	struct symbol *s;
symbol            267 scripts/mod/modpost.c static struct symbol *sym_add_exported(const char *name, struct module *mod,
symbol            270 scripts/mod/modpost.c 	struct symbol *s = find_symbol(name);
symbol            295 scripts/mod/modpost.c 	struct symbol *s = find_symbol(name);
symbol           1687 scripts/mod/modpost.c 	struct symbol *s, *exp;
symbol           1734 scripts/mod/modpost.c 	struct symbol *s, *exp;
symbol           1784 scripts/mod/modpost.c 	struct symbol *s;
symbol           1886 scripts/mod/modpost.c 		struct symbol *s;
symbol           1934 scripts/mod/modpost.c 	struct symbol *symbol;
symbol           1938 scripts/mod/modpost.c 		symbol = symbolhash[n];
symbol           1939 scripts/mod/modpost.c 		while (symbol) {
symbol           1940 scripts/mod/modpost.c 			if (dump_sym(symbol))
symbol           1942 scripts/mod/modpost.c 					symbol->crc, symbol->name,
symbol           1943 scripts/mod/modpost.c 					symbol->module->name,
symbol           1944 scripts/mod/modpost.c 					export_str(symbol->export));
symbol           1945 scripts/mod/modpost.c 			symbol = symbol->next;
symbol            109 scripts/mod/modpost.h 	struct symbol *unres;
symbol            191 sound/pci/cs46xx/dsp_spos.c 	struct dsp_symbol_entry * symbol = NULL;
symbol            213 sound/pci/cs46xx/dsp_spos.c 	symbol = (ins->symbol_table.symbols + index);
symbol            221 sound/pci/cs46xx/dsp_spos.c 	return symbol;
symbol            608 sound/pci/cs46xx/dsp_spos.c 	struct dsp_symbol_entry * symbol; 
symbol            616 sound/pci/cs46xx/dsp_spos.c 		if ( (symbol = cs46xx_dsp_lookup_symbol_addr (chip,i / sizeof(u32), SYMBOL_PARAMETER)) != NULL) {
symbol            618 sound/pci/cs46xx/dsp_spos.c 			snd_iprintf (buffer,"\n%s:\n",symbol->symbol_name);
symbol             47 sound/pci/cs46xx/dsp_spos_scb_lib.c 	int symbol_index = (int)(symbol - ins->symbol_table.symbols);