Home
last modified time | relevance | path

Searched refs:token (Results 1176 - 1200 of 1990) sorted by relevance

1...<<41424344454647484950>>...80

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Drtas.h413 extern int rtas_call(int token, int, int, int *, ...);
414 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs,
425 extern bool rtas_indicator_present(int token, int *maxindex);
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci.h324 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
423 #define QH_STATE_COMPLETING 5 /* don't touch token.HALT */
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_ism.c38 rc = smcd->ops->move_data(smcd, pos->token, pos->index, pos->signal, in smc_ism_write()
168 dmb.dmb_tok = dmb_desc->token; in smc_ism_unregister_dmb()
196 dmb_desc->token = dmb.dmb_tok; in smc_ism_register_dmb()
272 case ISM_EVENT_GID: /* GID event, token is peer GID */ in smc_ism_event_work()
392 * - event->tok (either DMB token when event type 0, or GID when event type 1)
H A Dsmc_diag.c122 .token = conn->alert_token_local, in __smc_diag_dump()
189 dinfo.token = conn->rmb_desc->token; in __smc_diag_dump()
H A Dsmc_cdc.c145 peer->token = htonl(local->token); in smcr_cdc_msg_send_validation()
438 conn = smc_lgr_find_conn(ntohl(cdc->token), lgr); in smc_cdc_rx_handler()
/kernel/linux/linux-5.10/scripts/
H A Dkallsyms.c527 /* do the initial token count */
537 const unsigned char *token) in find_token()
542 if (str[i] == token[0] && str[i+1] == token[1]) in find_token()
548 /* replace a given token in all the valid symbols. Use the sampled symbols
560 /* find the token on the symbol */ in compress_symbols()
579 /* find the token on the symbol */ in compress_symbols()
591 /* search the token with the maximum profit */
621 /* find the token with the best profit value */ in optimize_result()
631 /* replace this token i in optimize_result()
536 find_token(unsigned char *str, int len, const unsigned char *token) find_token() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Didma.c46 void *token; member
71 prtd->token = (void *) substream; in idma_enqueue()
281 prtd->cb(prtd->token, prtd->period); in iis_irq()
/kernel/linux/linux-5.10/fs/hfs/
H A Dsuper.c227 int tmp, token; in parse_options() local
246 token = match_token(p, tokens, args); in parse_options()
247 switch (token) { in parse_options()
/kernel/linux/linux-5.10/fs/devpts/
H A Dinode.c269 int token; in parse_mount_options() local
275 token = match_token(p, tokens, args); in parse_mount_options()
276 switch (token) { in parse_mount_options()
/kernel/linux/linux-5.10/fs/adfs/
H A Dsuper.c140 int token; in parse_options() local
144 token = match_token(p, tokens, args); in parse_options()
145 switch (token) { in parse_options()
/kernel/linux/linux-5.10/fs/9p/
H A Dv9fs.c51 /* Error token */
191 int token, r; in v9fs_parse_options() local
194 token = match_token(p, tokens, args); in v9fs_parse_options()
195 switch (token) { in v9fs_parse_options()
/kernel/linux/linux-5.10/fs/pstore/
H A Dinode.c249 int token; in parse_options() local
254 token = match_token(p, tokens, args); in parse_options()
255 switch (token) { in parse_options()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dsuper.c69 int token; in parse_mount_options() local
74 token = match_token(p, tokens, args); in parse_mount_options()
75 switch (token) { in parse_mount_options()
/kernel/linux/linux-6.6/fs/adfs/
H A Dsuper.c140 int token; in parse_options() local
144 token = match_token(p, tokens, args); in parse_options()
145 switch (token) { in parse_options()
/kernel/linux/linux-6.6/fs/hfs/
H A Dsuper.c227 int tmp, token; in parse_options() local
246 token = match_token(p, tokens, args); in parse_options()
247 switch (token) { in parse_options()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dsuper.c70 int token; in parse_mount_options() local
75 token = match_token(p, tokens, args); in parse_mount_options()
76 switch (token) { in parse_mount_options()
/kernel/linux/linux-6.6/fs/devpts/
H A Dinode.c251 int token; in parse_mount_options() local
257 token = match_token(p, tokens, args); in parse_mount_options()
258 switch (token) { in parse_mount_options()
/kernel/linux/linux-6.6/fs/pstore/
H A Dinode.c246 int token; in parse_options() local
251 token = match_token(p, tokens, args); in parse_options()
252 switch (token) { in parse_options()
/kernel/linux/linux-6.6/fs/9p/
H A Dv9fs.c46 /* Error token */
192 int token, r; in v9fs_parse_options() local
197 token = match_token(p, tokens, args); in v9fs_parse_options()
198 switch (token) { in v9fs_parse_options()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci.h327 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
426 #define QH_STATE_COMPLETING 5 /* don't touch token.HALT */
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_diag.c109 .token = conn->alert_token_local, in __smc_diag_dump()
176 dinfo.token = conn->rmb_desc->token; in __smc_diag_dump()
H A Dsmc_cdc.c155 peer->token = htonl(local->token); in smcr_cdc_msg_send_validation()
453 conn = smc_lgr_find_conn(ntohl(cdc->token), lgr); in smc_cdc_rx_handler()
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Didma.c46 void *token; member
71 prtd->token = (void *) substream; in idma_enqueue()
278 prtd->cb(prtd->token, prtd->period); in iis_irq()
/third_party/nghttp2/lib/
H A Dnghttp2_http.c115 switch (nv->token) { in http_request_on_header()
245 switch (nv->token) { in http_response_on_header()
381 switch (nv->token) { in nghttp2_http_on_header()
/third_party/ninja/src/
H A Dmanifest_parser.cc42 Lexer::Token token = lexer_.ReadToken(); in Parse() local
43 switch (token) { in Parse()
90 return lexer_.Error(string("unexpected ") + Lexer::TokenName(token), in Parse()

Completed in 22 milliseconds

1...<<41424344454647484950>>...80