Lines Matching defs:token
230 char *token;
236 kfree(watch->token);
241 const char *token)
253 watch->token = kstrdup(token, GFP_KERNEL);
254 if (watch->token == NULL)
268 const char *token)
279 token_caller = adap->token;
499 char *path, *token;
503 token = memchr(path, 0, u->u.msg.len);
504 if (token == NULL) {
508 token++;
509 if (memchr(token, 0, u->u.msg.len - (token - path)) == NULL) {
515 watch = alloc_watch_adapter(path, token);
533 if (!strcmp(watch->token, token) &&