Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/net/tipc/
Dname_table.c1051 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-6.12.1/net/rxrpc/
Dconn_object.c165 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
169 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
173 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
Dconn_event.c135 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
143 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
Dio_thread.c384 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet_on_conn()
Dar-internal.h491 u8 last_type; /* Type of last packet */ member
/linux-6.12.1/kernel/trace/
Dtrace_probe.c357 if (!btf || !ctx->last_type) in check_prepare_btf_string_fetch()
361 if (btf_type_is_char_array(btf, ctx->last_type)) in check_prepare_btf_string_fetch()
365 if (btf_type_is_char_ptr(btf, ctx->last_type)) { in check_prepare_btf_string_fetch()
596 ctx->last_type = type; in parse_btf_field()
689 ctx->last_type = type; in parse_btf_arg()
705 if (btf && ctx->last_type) in find_fetch_type_from_btf_type()
706 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type()
1151 ctx->last_type = NULL; in parse_probe_arg()
1375 ctx->last_type) { in finalize_fetch_insn()
1447 ctx->last_type = NULL; in traceprobe_parse_probe_arg_body()
[all …]
Dtrace_probe.h418 const struct btf_type *last_type; /* Saved type */ member
/linux-6.12.1/arch/x86/kernel/
De820.c326 enum e820_type current_type, last_type; in e820__update_table() local
368 last_type = 0; /* Start with undefined memory type */ in e820__update_table()
397 if (current_type != last_type || e820_nomerge(current_type)) { in e820__update_table()
398 if (last_type) { in e820__update_table()
411 last_type = current_type; in e820__update_table()
/linux-6.12.1/drivers/phy/broadcom/
Dphy-brcm-usb-init.c769 int last_type = -1; in get_family_type() local
784 last_type = id_to_type_table[x].type; in get_family_type()
789 if (last_type == -1) in get_family_type()
791 return last_type; in get_family_type()
/linux-6.12.1/fs/btrfs/
Dtree-checker.c1316 u8 last_type = 0; in check_extent_item() local
1552 if (inline_type < last_type) { in check_extent_item()
1555 inline_type, last_type); in check_extent_item()
1559 if (inline_type > last_type) in check_extent_item()
1565 last_type, last_seq); in check_extent_item()
1568 last_type = inline_type; in check_extent_item()
/linux-6.12.1/drivers/acpi/
Dprocessor_idle.c413 unsigned int last_type = 0; in acpi_processor_power_verify() local
438 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify()
441 last_type = cx->type; in acpi_processor_power_verify()
/linux-6.12.1/fs/
Dnamei.c581 int last_type; member
2044 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2047 return handle_dots(nd, nd->last_type); in walk_component()
2348 nd->last_type = LAST_ROOT; in link_path_walk()
2375 nd->last_type = LAST_DOTDOT; in link_path_walk()
2380 nd->last_type = LAST_DOT; in link_path_walk()
2384 nd->last_type = LAST_NORM; in link_path_walk()
2553 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2658 *type = nd.last_type; in __filename_parentat()
3658 if (nd->last_type != LAST_NORM) { in open_last_lookups()
[all …]
/linux-6.12.1/drivers/accessibility/speakup/
Dmain.c1083 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-6.12.1/drivers/iommu/amd/
Dinit.c1863 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1871 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1875 return last_type; in get_highest_supported_ivhd_type()
/linux-6.12.1/Documentation/filesystems/
Dpath-lookup.rst404 ``int last_type``
440 over one component while updating ``last_type`` and ``last``. If that
472 ``nd->last_type`` to refer to the final component of the path. It does
508 ``last_type`` other than ``LAST_NORM`` will result in an error. For
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c8743 u16 last_type; in bnxt_backing_store_cfg_v2() local
8750 last_type = BNXT_CTX_MAX - 1; in bnxt_backing_store_cfg_v2()
8752 last_type = BNXT_CTX_L2_MAX - 1; in bnxt_backing_store_cfg_v2()
8753 ctx->ctx_arr[last_type].last = 1; in bnxt_backing_store_cfg_v2()