Symbol: match_token
arch/arm/mach-at91/pm.c
1713
standby = match_token(s, pm_modes, args);
arch/arm/mach-at91/pm.c
1717
suspend = match_token(str, pm_modes, args);
block/blk-iocost.c
3276
switch (match_token(p, qos_ctrl_tokens, args)) {
block/blk-iocost.c
3293
tok = match_token(p, qos_tokens, args);
block/blk-iocost.c
3466
switch (match_token(p, cost_ctrl_tokens, args)) {
block/blk-iocost.c
3483
tok = match_token(p, i_lcoef_tokens, args);
drivers/block/rnbd/rnbd-clt-sysfs.c
90
token = match_token(p, rnbd_opt_tokens, args);
drivers/block/zloop.c
1492
token = match_token(p, zloop_opt_tokens, args);
drivers/block/zloop.c
1706
const struct match_token *tok;
drivers/infiniband/ulp/srp/ib_srp.c
3345
token = match_token(p, srp_opt_tokens, args);
drivers/nvme/host/fabrics.c
1422
const struct match_token *tok;
drivers/nvme/host/fabrics.c
754
token = match_token(p, opt_tokens, args);
drivers/nvme/target/fcloop.c
156
token = match_token(p, opt_tokens, args);
drivers/nvme/target/fcloop.c
74
token = match_token(p, opt_tokens, args);
drivers/target/target_core_configfs.c
2155
token = match_token(ptr, tokens, args);
drivers/target/target_core_file.c
721
token = match_token(ptr, tokens, args);
drivers/target/target_core_iblock.c
599
token = match_token(ptr, tokens, args);
drivers/target/target_core_pscsi.c
730
token = match_token(ptr, tokens, args);
drivers/target/target_core_rd.c
560
token = match_token(ptr, tokens, args);
drivers/target/target_core_user.c
2602
token = match_token(ptr, tokens, args);
fs/f2fs/super.c
1049
token = match_token(param->string, f2fs_checkpoint_tokens, args);
fs/gfs2/ops_fstype.c
993
token = match_token(o, *lm->lm_tokens, tmp);
fs/nfs/nfs4idmap.c
506
token = match_token(desc, nfs_idmap_tokens, &substr);
fs/smb/client/fs_context.c
228
switch (match_token(value, cifs_secflavor_tokens, args)) {
fs/smb/client/fs_context.c
270
switch (match_token(value, cifs_upcall_target, args)) {
fs/smb/client/fs_context.c
300
switch (match_token(value, cifs_cacheflavor_tokens, args)) {
fs/smb/client/fs_context.c
351
switch (match_token(value, reparse_flavor_tokens, args)) {
fs/smb/client/fs_context.c
388
switch (match_token(value, symlink_flavor_tokens, args)) {
fs/smb/client/fs_context.c
473
switch (match_token(value, cifs_smb_version_tokens, args)) {
fs/unicode/utf8-core.c
228
static const struct match_token token[] = {
fs/unicode/utf8-core.c
233
if (match_token(version, token, args) != 1)
include/linux/parser.h
19
typedef struct match_token match_table_t[];
include/linux/parser.h
30
int match_token(char *, const match_table_t table, substring_t args[]);
kernel/cpu.c
3298
switch (match_token(s, vector_mitigations, NULL)) {
kernel/events/core.c
11969
token = match_token(start, if_tokens, args);
lib/parser.c
117
const struct match_token *p;
lib/parser.c
124
EXPORT_SYMBOL(match_token);
lib/ts_fsm.c
178
if (!match_token(cur, data[block_idx]))
lib/ts_fsm.c
184
!match_token(cur, data[block_idx]))
lib/ts_fsm.c
192
if (!match_token(cur, data[block_idx]))
lib/ts_fsm.c
205
while (!match_token(next, data[block_idx])) {
lib/ts_fsm.c
206
if (!match_token(cur, data[block_idx]))
lib/ts_fsm.c
222
while (!match_token(next, data[block_idx])) {
lib/ts_fsm.c
229
if (!match_token(cur, data[block_idx]))
mm/vmscan.c
7791
switch (match_token(start, tokens, args)) {
security/integrity/ima/ima_policy.c
1454
token = match_token(p, policy_tokens, args);
security/ipe/policy_parser.c
160
token = match_token(t, header_tokens, args);
security/ipe/policy_parser.c
253
return match_token(t, operation_tokens, args);
security/ipe/policy_parser.c
272
return match_token(t, action_tokens, args);
security/ipe/policy_parser.c
312
token = match_token(t, property_tokens, args);
security/keys/encrypted-keys/encrypted.c
187
key_cmd = match_token(keyword, key_tokens, args);
security/keys/encrypted-keys/encrypted.c
196
key_format = match_token(p, key_format_tokens, args);
security/keys/keyctl_pkey.c
48
token = match_token(p, param_keys, args);
security/keys/trusted-keys/trusted_caam.c
58
token = match_token(p, key_tokens, args);
security/keys/trusted-keys/trusted_core.c
94
key_cmd = match_token(c, key_tokens, args);
security/keys/trusted-keys/trusted_pkwm.c
42
token = match_token(p, key_tokens, args);
security/keys/trusted-keys/trusted_tpm1.c
722
token = match_token(p, key_tokens, args);