Searched refs:stem (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpercpu-defs.h303 #define __pcpu_size_call_return(stem, variable) \ __this_cpu_preempt_check()
308 case 1: pscr_ret__ = stem##1(variable); break; \ __this_cpu_preempt_check()
309 case 2: pscr_ret__ = stem##2(variable); break; \ __this_cpu_preempt_check()
310 case 4: pscr_ret__ = stem##4(variable); break; \ __this_cpu_preempt_check()
311 case 8: pscr_ret__ = stem##8(variable); break; \ __this_cpu_preempt_check()
318 #define __pcpu_size_call_return2(stem, variable, ...) \
323 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \
324 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \
325 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \
326 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \
341 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...) \
350 case 1: pdcrb_ret__ = stem##1(pcp1, pcp2, __VA_ARGS__); break; \
351 case 2: pdcrb_ret__ = stem##2(pcp1, pcp2, __VA_ARGS__); break; \
352 case 4: pdcrb_ret__ = stem##4(pcp1, pcp2, __VA_ARGS__); break; \
353 case 8: pdcrb_ret__ = stem##8(pcp1, pcp2, __VA_ARGS__); break; \
360 #define __pcpu_size_call(stem, variable, ...) \
364 case 1: stem##1(variable, __VA_ARGS__);break; \
365 case 2: stem##2(variable, __VA_ARGS__);break; \
366 case 4: stem##4(variable, __VA_ARGS__);break; \
367 case 8: stem##8(variable, __VA_ARGS__);break; \
H A Dof.h338 extern int of_alias_get_id(struct device_node *np, const char *stem);
339 extern int of_alias_get_highest_id(const char *stem);
611 static inline int of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
616 static inline int of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
/linux-4.4.14/drivers/of/
H A Dof_private.h21 * @stem: Alias string without the index
31 char stem[0]; member in struct:alias_prop
H A Dbase.c1873 int id, const char *stem, int stem_len) of_alias_add()
1877 strncpy(ap->stem, stem, stem_len); of_alias_add()
1878 ap->stem[stem_len] = 0; of_alias_add()
1880 pr_debug("adding DT alias:%s: stem=%s id=%i node=%s\n", of_alias_add()
1881 ap->alias, ap->stem, ap->id, of_node_full_name(np)); of_alias_add()
1935 * the 'stem' string */ for_each_property_of_node()
1943 /* Allocate an alias_prop with enough space for the stem */ for_each_property_of_node()
1956 * @stem: Alias stem of the given device_node
1959 * device_node and alias stem. It returns the alias id if found.
1961 int of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
1968 if (strcmp(app->stem, stem) != 0) of_alias_get_id()
1983 * of_alias_get_highest_id - Get highest alias id for the given stem
1984 * @stem: Alias stem to be examined
1987 * given alias stem. It returns the alias id if found.
1989 int of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
1996 if (strcmp(app->stem, stem) != 0) of_alias_get_highest_id()
1872 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) of_alias_add() argument
/linux-4.4.14/kernel/
H A Dkallsyms.c11 * Changed the compression method from stem compression to "table lookup"
/linux-4.4.14/fs/btrfs/
H A Ddisk-io.c163 const char *name_stem; /* lock name stem */

Completed in 266 milliseconds