Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_pkwm.c30 unsigned long token_mask = 0; in getoptions() local
43 if (test_and_set_bit(token, &token_mask)) in getoptions()
H A Dtrusted_caam.c46 unsigned long token_mask = 0; in get_pkey_options() local
59 if (test_and_set_bit(token, &token_mask)) in get_pkey_options()
H A Dtrusted_tpm1.c705 unsigned long token_mask = 0; in getoptions() local
723 if (test_and_set_bit(token, &token_mask)) in getoptions()
792 if (test_bit(Opt_policydigest, &token_mask)) in getoptions()
/linux/security/keys/
H A Dkeyctl_pkey.c40 unsigned long token_mask = 0; in keyctl_pkey_params_parse() local
51 if (__test_and_set_bit(token, &token_mask)) in keyctl_pkey_params_parse()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c393 &dev->cmd.context[token & dev->cmd.token_mask]; in mthca_cmd_event()
423 context->token += dev->cmd.token_mask + 1; in mthca_cmd_wait()
578 for (dev->cmd.token_mask = 1; in mthca_cmd_use_events()
579 dev->cmd.token_mask < dev->cmd.max_cmds; in mthca_cmd_use_events()
580 dev->cmd.token_mask <<= 1) in mthca_cmd_use_events()
582 --dev->cmd.token_mask; in mthca_cmd_use_events()
H A Dmthca_dev.h128 u16 token_mask; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h641 u16 token_mask; member