Lines Matching refs:name
39 * the search parameters such as the pattern and algorithm name.
113 static inline struct ts_ops *lookup_ts_algo(const char *name)
119 if (!strcmp(name, o->name)) {
136 * their presence. The specified &@ops must have %name set to a
141 * with same name.
148 if (ops->name == NULL || ops->find == NULL || ops->init == NULL ||
154 if (!strcmp(ops->name, o->name))
247 * @algo: name of search algorithm