Home
last modified time | relevance | path

Searched refs:TS_PRIV_ALIGN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dtextsearch.h160 #define TS_PRIV_ALIGN(len) (((len) + TS_PRIV_ALIGNTO-1) & ~(TS_PRIV_ALIGNTO-1)) macro
167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
176 return ((u8 *) conf + TS_PRIV_ALIGN(sizeof(struct ts_config))); in ts_config_priv()