Searched refs:last_type (Results 1 – 13 of 13) sorted by relevance
| /linux/net/tipc/ |
| H A D | name_table.c | 1051 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument 1060 if (*last_type) in tipc_nl_service_list() 1061 i = hash(*last_type); in tipc_nl_service_list() 1068 if (*last_type || in tipc_nl_service_list() 1071 *last_type, *last_lower, *last_lower); in tipc_nl_service_list() 1089 *last_type = service->type; in tipc_nl_service_list() 1095 *last_type = 0; in tipc_nl_service_list() 1103 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local 1118 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump() 1133 cb->args[0] = last_type; in tipc_nl_name_table_dump()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_rmem.c | 261 u16 last_type; in bnge_backing_store_cfg() local 268 last_type = BNGE_CTX_MAX - 1; in bnge_backing_store_cfg() 270 last_type = BNGE_CTX_L2_MAX - 1; in bnge_backing_store_cfg() 271 ctx->ctx_arr[last_type].last = 1; in bnge_backing_store_cfg()
|
| /linux/net/rxrpc/ |
| H A D | conn_object.c | 167 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call() 171 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call() 175 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
|
| H A D | conn_event.c | 144 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call() 152 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
|
| H A D | io_thread.c | 403 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet_on_conn()
|
| H A D | ar-internal.h | 545 u8 last_type; /* Type of last packet */ member
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 385 if (!btf || !ctx->last_type) in check_prepare_btf_string_fetch() 389 if (btf_type_is_char_array(btf, ctx->last_type)) in check_prepare_btf_string_fetch() 393 if (btf_type_is_char_ptr(btf, ctx->last_type)) { in check_prepare_btf_string_fetch() 624 ctx->last_type = type; in parse_btf_field() 717 ctx->last_type = type; in parse_btf_arg() 733 if (btf && ctx->last_type) in find_fetch_type_from_btf_type() 734 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type() 1216 ctx->last_type = NULL; in parse_probe_arg() 1440 ctx->last_type) { in finalize_fetch_insn() 1506 ctx->last_type = NULL; in traceprobe_parse_probe_arg_body() [all …]
|
| H A D | trace_probe.h | 424 const struct btf_type *last_type; /* Saved type */ member
|
| /linux/drivers/acpi/ |
| H A D | processor_idle.c | 425 unsigned int last_type = 0; in acpi_processor_power_verify() local 450 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify() 453 last_type = cx->type; in acpi_processor_power_verify()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 1083 static u_short char_type, last_type; in spkup_write() local 1103 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write() 1116 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write() 1145 last_type = char_type; in spkup_write() 1149 if (last_type & CH_RPT) { in spkup_write()
|
| /linux/fs/ |
| H A D | namei.c | 730 int last_type; member 2270 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component() 2273 return handle_dots(nd, nd->last_type); in walk_component() 2574 nd->last_type = LAST_ROOT; in link_path_walk() 2604 nd->last_type = LAST_DOTDOT; in link_path_walk() 2609 nd->last_type = LAST_DOT; in link_path_walk() 2613 nd->last_type = LAST_NORM; in link_path_walk() 2777 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last() 2882 *type = nd.last_type; in __filename_parentat() 4547 if (nd->last_type != LAST_NORM) { in open_last_lookups() [all …]
|
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 1999 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local 2007 last_type = ivhd->type; in get_highest_supported_ivhd_type() 2011 return last_type; in get_highest_supported_ivhd_type()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 9231 u16 last_type = BNXT_CTX_INV; in bnxt_backing_store_cfg_v2() local 9249 last_type = type; in bnxt_backing_store_cfg_v2() 9252 if (last_type == BNXT_CTX_INV) { in bnxt_backing_store_cfg_v2() 9256 last_type = type; in bnxt_backing_store_cfg_v2() 9258 if (last_type == BNXT_CTX_INV) in bnxt_backing_store_cfg_v2() 9261 ctx->ctx_arr[last_type].last = 1; in bnxt_backing_store_cfg_v2()
|