Home
last modified time | relevance | path

Searched full:token (Results 1 – 25 of 1765) sorted by relevance

12345678910>>...71

/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c2 /* Multipath TCP token management
49 static struct token_bucket *token_bucket(u32 token) in token_bucket() argument
51 return &token_hash[token & token_mask]; in token_bucket()
56 __token_lookup_req(struct token_bucket *t, u32 token) in __token_lookup_req() argument
62 if (req->token == token) in __token_lookup_req()
69 __token_lookup_msk(struct token_bucket *t, u32 token) in __token_lookup_msk() argument
75 if (mptcp_sk(sk)->token == token) in __token_lookup_msk()
80 static bool __token_bucket_busy(struct token_bucket *t, u32 token) in __token_bucket_busy() argument
82 return !token || t->chain_len >= TOKEN_MAX_CHAIN_LEN || in __token_bucket_busy()
83 __token_lookup_req(t, token) || __token_lookup_msk(t, token); in __token_bucket_busy()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-async.c44 int i, token = -EBUSY; in __opal_async_get_token() local
51 token = i; in __opal_async_get_token()
57 return token; in __opal_async_get_token()
61 * Note: If the returned token is used in an opal call and opal returns
68 int token; in opal_async_get_token_interruptible() local
70 /* Wait until a token is available */ in opal_async_get_token_interruptible()
74 token = __opal_async_get_token(); in opal_async_get_token_interruptible()
75 if (token < 0) in opal_async_get_token_interruptible()
78 return token; in opal_async_get_token_interruptible()
82 static int __opal_async_release_token(int token) in __opal_async_release_token() argument
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dkey.c85 * parse an RxKAD type XDR format token
92 struct rxrpc_key_token *token, **pptoken; in rxrpc_preparse_xdr_rxkad() local
110 plen = sizeof(*token) + sizeof(*token->kad) + tktlen; in rxrpc_preparse_xdr_rxkad()
113 plen -= sizeof(*token); in rxrpc_preparse_xdr_rxkad()
114 token = kzalloc(sizeof(*token), GFP_KERNEL); in rxrpc_preparse_xdr_rxkad()
115 if (!token) in rxrpc_preparse_xdr_rxkad()
118 token->kad = kzalloc(plen, GFP_KERNEL); in rxrpc_preparse_xdr_rxkad()
119 if (!token->kad) { in rxrpc_preparse_xdr_rxkad()
120 kfree(token); in rxrpc_preparse_xdr_rxkad()
124 token->security_index = RXRPC_SECURITY_RXKAD; in rxrpc_preparse_xdr_rxkad()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Ddpni.c34 uint16_t *token) in dpni_open() argument
51 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpni_open()
58 uint16_t token) in dpni_close() argument
65 token); in dpni_close()
74 uint16_t *token) in dpni_create() argument
91 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpni_create()
98 uint16_t token) in dpni_destroy() argument
105 token); in dpni_destroy()
113 uint16_t token, in dpni_set_pools() argument
121 token); in dpni_set_pools()
[all …]
H A Ddprc.c40 uint16_t *token) in dprc_open() argument
56 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dprc_open()
63 uint16_t token) in dprc_close() argument
69 token); in dprc_close()
77 uint16_t token, in dprc_create_container() argument
90 token); in dprc_create_container()
106 uint16_t token, in dprc_destroy_container() argument
114 token); in dprc_destroy_container()
123 uint16_t token, in dprc_reset_container() argument
131 token); in dprc_reset_container()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/
H A Ddpsw.c29 * @token: Returned token; use in subsequent API calls
34 * This function returns a unique authentication token,
36 * portal; this token must be used in all subsequent commands for
44 u16 *token) in dpsw_open() argument
63 *token = mc_cmd_hdr_read_token(&cmd); in dpsw_open()
72 * @token: Token of DPSW object
81 u16 token) in dpsw_close() argument
88 token); in dpsw_close()
98 * @token: Token of DPSW object
104 u16 token) in dpsw_enable() argument
[all …]
H A Ddpsw.h33 u16 *token);
37 u16 token);
80 u16 token);
84 u16 token);
88 u16 token);
116 u16 token,
122 u16 token,
128 u16 token,
134 u16 token,
175 u16 token,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c81 * @token: Returned token; use in subsequent API calls
86 * This function returns a unique authentication token,
88 * portal; this token must be used in all subsequent commands for
96 u16 *token) in dpni_open() argument
116 *token = mc_cmd_hdr_read_token(&cmd); in dpni_open()
125 * @token: Token of DPNI object
134 u16 token) in dpni_close() argument
141 token); in dpni_close()
151 * @token: Token of DPNI object
161 u16 token, in dpni_set_pools() argument
[all …]
H A Ddprtc.c17 * @token: Returned token; use in subsequent API calls
22 * This function returns a unique authentication token,
24 * portal; this token must be used in all subsequent commands for
32 u16 *token) in dprtc_open() argument
48 *token = mc_cmd_hdr_read_token(&cmd); in dprtc_open()
57 * @token: Token of DPRTC object
66 u16 token) in dprtc_close() argument
71 token); in dprtc_close()
80 * @token: Token of DPRTC object
93 u16 token, in dprtc_set_irq_enable() argument
[all …]
H A Ddpmac.c14 * @token: Returned token; use in subsequent API calls
19 * This function returns a unique authentication token,
21 * portal; this token must be used in all subsequent commands for
29 u16 *token) in dpmac_open() argument
48 *token = mc_cmd_hdr_read_token(&cmd); in dpmac_open()
57 * @token: Token of DPMAC object
66 u16 token) in dpmac_close() argument
72 token); in dpmac_close()
83 * @token: Token of DPMAC object
90 u16 token, in dpmac_get_attributes() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c56 * @token: Returned token; use in subsequent API calls
61 * This function returns a unique authentication token,
63 * portal; this token must be used in all subsequent commands for
69 int dpdmai_id, u16 *token) in dpdmai_open() argument
88 *token = mc_cmd_hdr_read_token(&cmd); in dpdmai_open()
98 * @token: Token of DPDMAI object
105 int dpdmai_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpdmai_close() argument
111 cmd_flags, token); in dpdmai_close()
123 * @token: Returned token; use in subsequent API calls
131 * This function returns a unique authentication token,
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DAllow-.js-preference-files-to-set-locked-prefs-with-.patch24 @@ -153,6 +153,7 @@ enum Token {
33 token: Token,
39 KeywordInfo { string: b"pref", token: Token::Pref },
40 KeywordInfo { string: b"true", token: Token::True },
42 KeywordInfo { string: b"sticky", token: Token::Sticky },
43 KeywordInfo { string: b"locked", token: Token::Locked },
44 KeywordInfo { string: b"sticky_pref", token: Token::StickyPref },
45 + KeywordInfo { string: b"lockPref", token: Token::LockPref },
50 // this will be either the first token of a new pref, or EOF.
53 - let (pref_value_kind, mut is_sticky) = match token {
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Ddpseci.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token, associated with the
22 * specific object ID and the specific MC portal; this token must be used in all
28 u16 *token) in dpseci_open() argument
43 *token = mc_cmd_hdr_read_token(&cmd); in dpseci_open()
52 * @token: Token of DPSECI object
59 int dpseci_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpseci_close() argument
65 token); in dpseci_close()
73 * @token: Token of DPSECI object
77 int dpseci_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpseci_enable() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcppinternals.info44 written with the preprocessing token as the fundamental unit; the
60 * Token Spacing:: Spacing and paste avoidance issues.
107 interface for obtaining the next token, 'cpp_get_token', takes care of
110 clients of the library can easily spell a given token, such as
114 Lexing a token
117 Lexing of an individual token is handled by '_cpp_lex_direct' and its
125 The job of '_cpp_lex_direct' is simply to lex a token. It is not
132 The lexer places the token it lexes into storage pointed to by the
136 'line' and 'col' values of the token just before the location that
139 The lexer does not consider whitespace to be a token in its own
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcppinternals.info44 written with the preprocessing token as the fundamental unit; the
60 * Token Spacing:: Spacing and paste avoidance issues.
107 interface for obtaining the next token, 'cpp_get_token', takes care of
110 clients of the library can easily spell a given token, such as
114 Lexing a token
117 Lexing of an individual token is handled by '_cpp_lex_direct' and its
125 The job of '_cpp_lex_direct' is simply to lex a token. It is not
132 The lexer places the token it lexes into storage pointed to by the
136 'line' and 'col' values of the token just before the location that
139 The lexer does not consider whitespace to be a token in its own
[all …]
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpbp.h55 * @token: Returned token; use in subsequent API calls
60 * This function returns a unique authentication token,
62 * portal; this token must be used in all subsequent commands for
70 uint16_t *token);
76 * @token: Token of DPBP object
85 uint16_t token);
100 * @token: Returned token; use in subsequent API calls
107 * This function returns a unique authentication token,
109 * portal; this token must be used in all subsequent calls to
112 * token first.
[all …]
H A Dfsl_dpio.h62 * @token: Returned token; use in subsequent API calls
67 * This function returns a unique authentication token,
69 * portal; this token must be used in all subsequent commands for
77 uint16_t *token);
83 * @token: Token of DPIO object
89 uint16_t token);
119 * @token: Returned token; use in subsequent API calls
127 * This function returns a unique authentication token,
129 * portal; this token must be used in all subsequent calls to
132 * token first.
[all …]
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Ddpcon.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token,
23 * portal; this token must be used in all subsequent commands for
31 u16 *token) in dpcon_open() argument
50 *token = mc_cmd_hdr_read_token(&cmd); in dpcon_open()
60 * @token: Token of DPCON object
69 u16 token) in dpcon_close() argument
76 token); in dpcon_close()
87 * @token: Token of DPCON object
93 u16 token) in dpcon_enable() argument
[all …]
H A Ddpbp.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token,
23 * portal; this token must be used in all subsequent commands for
31 u16 *token) in dpbp_open() argument
49 *token = mc_cmd_hdr_read_token(&cmd); in dpbp_open()
59 * @token: Token of DPBP object
68 u16 token) in dpbp_close() argument
74 token); in dpbp_close()
85 * @token: Token of DPBP object
91 u16 token) in dpbp_enable() argument
[all …]
H A Ddprc.c24 * @token: Returned token of DPRC object
33 u16 *token) in dprc_open() argument
51 *token = mc_cmd_hdr_read_token(&cmd); in dprc_open()
61 * @token: Token of DPRC object
70 u16 token) in dprc_close() argument
76 token); in dprc_close()
87 * @token: Token of DPRC object
114 u16 token, in dprc_reset_container() argument
144 cmd.header = mc_encode_cmd_header(cmdid, cmd_flags, token); in dprc_reset_container()
158 * @token: Token of DPRC object
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dstruct-funcs.c40 * Generic helpers with a token (cached address of the most recently accessed
56 u##bits btrfs_get_token_##bits(struct btrfs_map_token *token, \
66 ASSERT(token); \
67 ASSERT(token->kaddr); \
68 ASSERT(check_setget_bounds(token->eb, ptr, off, size)); \
69 if (token->offset <= member_offset && \
70 member_offset + size <= token->offset + PAGE_SIZE) { \
71 return get_unaligned_le##bits(token->kaddr + oip); \
73 token->kaddr = page_address(token->eb->pages[idx]); \
74 token->offset = idx << PAGE_SHIFT; \
[all …]
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dparse.y63 %token ASM_KEYW
64 %token ATTRIBUTE_KEYW
65 %token AUTO_KEYW
66 %token BOOL_KEYW
67 %token BUILTIN_INT_KEYW
68 %token CHAR_KEYW
69 %token CONST_KEYW
70 %token DOUBLE_KEYW
71 %token ENUM_KEYW
72 %token EXTERN_KEYW
[all …]
H A Dlex.l91 * We mark any token, that that equals to a known enumerator, as
129 int token, count = 0;
140 token = yylex1();
142 if (token == 0)
144 else if (token == FILENAME)
172 switch (token)
180 switch (token = r)
209 token = TYPE;
242 switch (token)
251 token = ATTRIBUTE_PHRASE;
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio.c23 * @token: Returned token; use in subsequent API calls
28 * This function returns a unique authentication token,
30 * portal; this token must be used in all subsequent commands for
38 u16 *token) in dpio_open() argument
56 *token = mc_cmd_hdr_read_token(&cmd); in dpio_open()
65 * @token: Token of DPIO object
71 u16 token) in dpio_close() argument
78 token); in dpio_close()
87 * @token: Token of DPIO object
93 u16 token) in dpio_enable() argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A Djsmn.c29 * Allocates a fresh unused token from the token pool.
45 * Fills token type and boundaries.
47 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token() argument
50 token->type = type; in jsmn_fill_token()
51 token->start = start; in jsmn_fill_token()
52 token->end = end; in jsmn_fill_token()
53 token->size = 0; in jsmn_fill_token()
57 * Fills next available token with JSON primitive.
63 jsmntok_t *token; in jsmn_parse_primitive() local
103 token = jsmn_alloc_token(parser, tokens, num_tokens); in jsmn_parse_primitive()
[all …]

12345678910>>...71