/linux/net/rxrpc/ |
A D | key.c | 74 plen = sizeof(*token) + sizeof(*token->kad) + tktlen; in rxrpc_preparse_xdr_rxkad() 78 token = kzalloc(sizeof(*token), GFP_KERNEL); in rxrpc_preparse_xdr_rxkad() 79 if (!token) in rxrpc_preparse_xdr_rxkad() 110 token->kad->ticket[0], token->kad->ticket[1], in rxrpc_preparse_xdr_rxkad() 111 token->kad->ticket[2], token->kad->ticket[3], in rxrpc_preparse_xdr_rxkad() 112 token->kad->ticket[4], token->kad->ticket[5], in rxrpc_preparse_xdr_rxkad() 346 token = kzalloc(sizeof(*token), GFP_KERNEL); in rxrpc_preparse() 387 for (; token; token = next) { in rxrpc_free_token_list() 429 for (token = key->payload.data[0]; token; token = token->next) { in rxrpc_describe() 587 for (token = key->payload.data[0]; token; token = token->next) { in rxrpc_read() [all …]
|
/linux/scripts/genksyms/ |
A D | parse.y | 63 %token ASM_KEYW 76 %token INT_KEYW 103 %token CHAR 104 %token DOTS 105 %token IDENT 106 %token INT 107 %token REAL 108 %token STRING 109 %token TYPE 110 %token OTHER [all …]
|
A D | lex.l | 139 token = yylex1(); 141 if (token == 0) 171 switch (token) 179 switch (token = r) 213 token = TYPE; 245 switch (token) 265 switch (token) 301 switch (token) 326 switch (token) 346 switch (token) [all …]
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal-async.c | 44 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() 68 int token; in opal_async_get_token_interruptible() local 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() 87 if (token < 0 || token >= opal_max_async_tokens) { in __opal_async_release_token() 89 __func__, token); in __opal_async_release_token() 218 uint64_t token; in opal_async_comp_event() local [all …]
|
A D | opal-sensor.c | 20 int ret, token; in opal_get_sensor_data() local 24 token = opal_async_get_token_interruptible(); in opal_get_sensor_data() 25 if (token < 0) in opal_get_sensor_data() 26 return token; in opal_get_sensor_data() 31 ret = opal_async_wait_response(token, &msg); in opal_get_sensor_data() 57 opal_async_release_token(token); in opal_get_sensor_data() 64 int ret, token; in opal_get_sensor_data_u64() local 77 token = opal_async_get_token_interruptible(); in opal_get_sensor_data_u64() 78 if (token < 0) in opal_get_sensor_data_u64() 79 return token; in opal_get_sensor_data_u64() [all …]
|
/linux/net/mptcp/ |
A D | token.c | 61 if (req->token == token) in __token_lookup_req() 74 if (mptcp_sk(sk)->token == token) in __token_lookup_msk() 82 __token_lookup_req(t, token) || __token_lookup_msk(t, token); in __token_bucket_busy() 112 u32 token; in mptcp_token_new_request() local 115 &subflow_req->token, in mptcp_token_new_request() 121 token = subflow_req->token; in mptcp_token_new_request() 122 bucket = token_bucket(token); in mptcp_token_new_request() 174 WRITE_ONCE(msk->token, subflow->token); in mptcp_token_new_connect() 219 if (READ_ONCE(msk->token) == token) in mptcp_token_exists() 255 if (READ_ONCE(msk->token) != token || in mptcp_token_get_sock() [all …]
|
/linux/fs/btrfs/ |
A D | struct-funcs.c | 67 ASSERT(token); \ 68 ASSERT(token->kaddr); \ 70 if (token->offset <= member_offset && \ 74 token->kaddr = page_address(token->eb->pages[idx]); \ 75 token->offset = idx << PAGE_SHIFT; \ 80 token->kaddr = page_address(token->eb->pages[idx + 1]); \ 117 ASSERT(token); \ 118 ASSERT(token->kaddr); \ 125 token->kaddr = page_address(token->eb->pages[idx]); \ 126 token->offset = idx << PAGE_SHIFT; \ [all …]
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpni.h | 120 u16 token); 124 u16 token); 147 u16 token, 153 u16 token, 171 u16 token, 219 u16 token, 495 u16 token, 699 u16 token, 918 u16 token, 1024 u16 token, [all …]
|
A D | dpsw.h | 23 int dpsw_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpsw_id, u16 *token); 25 int dpsw_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token); 85 int dpsw_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token); 87 int dpsw_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token); 89 int dpsw_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token); 118 int dpsw_set_irq_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, 121 int dpsw_set_irq_mask(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, 185 u16 token, struct dpsw_ctrl_if_attr *attr); 433 int dpsw_vlan_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, 647 int dpsw_acl_remove(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, [all …]
|
A D | dpni.c | 143 token); in dpni_close() 173 token); in dpni_set_pools() 198 u16 token) in dpni_enable() argument 205 token); in dpni_enable() 221 u16 token) in dpni_disable() argument 228 token); in dpni_disable() 255 token); in dpni_is_enabled() 309 u16 token, in dpni_set_irq_enable() argument 340 u16 token, in dpni_get_irq_enable() argument 463 u16 token, in dpni_get_irq_status() argument [all …]
|
A D | dpsw.c | 81 token); in dpsw_close() 102 token); in dpsw_enable() 123 token); in dpsw_disable() 144 token); in dpsw_reset() 174 token); in dpsw_set_irq_enable() 208 token); in dpsw_set_irq_mask() 240 token); in dpsw_get_irq_status() 278 token); in dpsw_clear_irq_status() 306 token); in dpsw_get_attributes() 352 token); in dpsw_if_set_link_cfg() [all …]
|
A D | dprtc.c | 66 u16 token) in dprtc_close() argument 71 token); in dprtc_close() 93 u16 token, in dprtc_set_irq_enable() argument 102 token); in dprtc_set_irq_enable() 122 u16 token, in dprtc_get_irq_enable() argument 133 token); in dprtc_get_irq_enable() 174 token); in dprtc_set_irq_mask() 208 token); in dprtc_get_irq_mask() 237 u16 token, in dprtc_get_irq_status() argument 248 token); in dprtc_get_irq_status() [all …]
|
/linux/drivers/bus/fsl-mc/ |
A D | fsl-mc-uapi.c | 25 bool token; member 84 .token = true, 90 .token = true, 102 .token = true, 109 .token = true, 116 .token = true, 123 .token = true, 130 .token = true, 136 .token = true, 142 .token = true, [all …]
|
A D | dpcon.c | 31 u16 *token) in dpcon_open() argument 69 u16 token) in dpcon_close() argument 76 token); in dpcon_close() 93 u16 token) in dpcon_enable() argument 100 token); in dpcon_enable() 117 u16 token) in dpcon_disable() argument 124 token); in dpcon_disable() 141 u16 token) in dpcon_reset() argument 165 u16 token, in dpcon_get_attributes() argument 175 token); in dpcon_get_attributes() [all …]
|
A D | dprc.c | 33 u16 *token) in dprc_open() argument 76 token); in dprc_close() 114 u16 token, in dprc_reset_container() argument 166 u16 token, in dprc_set_irq() argument 176 token); in dprc_set_irq() 204 u16 token, in dprc_set_irq_enable() argument 272 u16 token, in dprc_get_irq_status() argument 343 u16 token, in dprc_get_attributes() argument 422 u16 token, in dprc_get_obj() argument 516 u16 token, in dprc_get_obj_region() argument [all …]
|
A D | dpbp.c | 31 u16 *token) in dpbp_open() argument 68 u16 token) in dpbp_close() argument 74 token); in dpbp_close() 91 u16 token) in dpbp_enable() argument 97 token); in dpbp_enable() 114 u16 token) in dpbp_disable() argument 120 cmd_flags, token); in dpbp_disable() 137 u16 token) in dpbp_reset() argument 143 cmd_flags, token); in dpbp_reset() 162 u16 token, in dpbp_get_attributes() argument [all …]
|
/linux/tools/perf/pmu-events/ |
A D | jsmn.c | 51 token->type = type; in jsmn_fill_token() 52 token->start = start; in jsmn_fill_token() 53 token->end = end; in jsmn_fill_token() 54 token->size = 0; in jsmn_fill_token() 64 jsmntok_t *token; in jsmn_parse_primitive() local 105 if (token == NULL) { in jsmn_parse_primitive() 121 jsmntok_t *token; in jsmn_parse_string() local 179 jsmntok_t *token; in jsmn_parse() local 202 if (token == NULL) in jsmn_parse() 219 if (token->start != -1 && token->end == -1) { in jsmn_parse() [all …]
|
/linux/arch/powerpc/kernel/ |
A D | rtas.c | 430 args->token = cpu_to_be32(token); in va_rtas_call_unlocked() 564 if (token == RTAS_UNKNOWN_SERVICE) in rtas_get_power_level() 581 if (token == RTAS_UNKNOWN_SERVICE) in rtas_set_power_level() 599 if (token == RTAS_UNKNOWN_SERVICE) in rtas_get_sensor() 633 __be32 token; in rtas_indicator_present() member 644 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present() 822 int token; in rtas_activate_firmware() local 950 int token; member 1013 if (token != f->token) in block_rtas_call() 1090 int nargs, nret, token; in SYSCALL_DEFINE1() local [all …]
|
/linux/virt/lib/ |
A D | irqbypass.c | 90 if (!producer->token) in irq_bypass_register_producer() 101 if (tmp->token == producer->token) { in irq_bypass_register_producer() 108 if (consumer->token == producer->token) { in irq_bypass_register_producer() 140 if (!producer->token) in irq_bypass_unregister_producer() 151 if (tmp->token != producer->token) in irq_bypass_unregister_producer() 155 if (consumer->token == producer->token) { in irq_bypass_unregister_producer() 185 if (!consumer->token || in irq_bypass_register_consumer() 197 if (tmp->token == consumer->token || tmp == consumer) { in irq_bypass_register_consumer() 204 if (producer->token == consumer->token) { in irq_bypass_register_consumer() 236 if (!consumer->token) in irq_bypass_unregister_consumer() [all …]
|
/linux/tools/lib/traceevent/ |
A D | event-parse.c | 1284 char *token; in __read_expected() local 1311 char *token; in event_read_name() local 1331 char *token; in event_read_id() local 1424 char *token; in event_read_fields() local 1721 char *token; in event_read_format() local 1759 char *token; in process_arg() local 1951 char *token; in process_op() local 2150 char *token; in process_entry() local 2189 char *token; in alloc_and_process_delim() local 2760 char *token; in process_dynamic_array() local [all …]
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
A D | dpdmai.c | 69 int dpdmai_id, u16 *token) in dpdmai_open() argument 88 *token = mc_cmd_hdr_read_token(&cmd); in dpdmai_open() 111 cmd_flags, token); in dpdmai_close() 176 cmd_flags, token); in dpdmai_destroy() 197 cmd_flags, token); in dpdmai_enable() 218 cmd_flags, token); in dpdmai_disable() 239 cmd_flags, token); in dpdmai_reset() 264 cmd_flags, token); in dpdmai_get_attributes() 301 cmd_flags, token); in dpdmai_set_rx_queue() 336 cmd_flags, token); in dpdmai_get_rx_queue() [all …]
|
/linux/scripts/kconfig/ |
A D | parser.y | 49 %token T_BOOL 60 %token T_ENDIF 62 %token T_HELP 63 %token T_HEX 64 %token T_IF 65 %token T_IMPLY 66 %token T_INT 68 %token T_MENU 71 %token T_ON 76 %token T_RANGE [all …]
|
/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
A D | inputfifo.c | 109 _sh_css_fifo_snd(token); in inputfifo_send_data_a() 119 _sh_css_fifo_snd(token); in inputfifo_send_data_b() 132 _sh_css_fifo_snd(token); in inputfifo_send_data() 142 _sh_css_fifo_snd(token); in inputfifo_send_sol() 151 _sh_css_fifo_snd(token); in inputfifo_send_eol() 161 _sh_css_fifo_snd(token); in inputfifo_send_sof() 170 _sh_css_fifo_snd(token); in inputfifo_send_eof() 180 hrt_data token; in inputfifo_send_ch_id_and_fmt_type() local 187 token = inputfifo_wrap_marker(0); in inputfifo_send_ch_id_and_fmt_type() 188 _sh_css_fifo_snd(token); in inputfifo_send_ch_id_and_fmt_type() [all …]
|
/linux/drivers/crypto/caam/ |
A D | dpseci.c | 28 u16 *token) in dpseci_open() argument 65 token); in dpseci_close() 83 token); in dpseci_enable() 101 token); in dpseci_disable() 120 token); in dpseci_reset() 142 token); in dpseci_is_enabled() 171 token); in dpseci_get_attributes() 205 token); in dpseci_set_rx_queue() 240 token); in dpseci_get_rx_queue() 390 token); in dpseci_set_congestion_notification() [all …]
|
/linux/drivers/net/wireless/ath/ath6kl/ |
A D | debug.c | 1097 if (!token) in ath6kl_regwrite_write() 1416 if (!token) in ath6kl_create_qos_write() 1422 if (!token) in ath6kl_create_qos_write() 1428 if (!token) in ath6kl_create_qos_write() 1434 if (!token) in ath6kl_create_qos_write() 1440 if (!token) in ath6kl_create_qos_write() 1446 if (!token) in ath6kl_create_qos_write() 1453 if (!token) in ath6kl_create_qos_write() 1460 if (!token) in ath6kl_create_qos_write() 1467 if (!token) in ath6kl_create_qos_write() [all …]
|