Home
last modified time | relevance | path

Searched refs:last_type (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/net/tipc/
H A Dname_table.c1015 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list()
1023 if (*last_type) in tipc_nl_service_list()
1024 i = hash(*last_type); in tipc_nl_service_list()
1031 if (*last_type || in tipc_nl_service_list()
1033 service = tipc_service_find(net, *last_type); in tipc_nl_service_list()
1050 *last_type = service->type; in tipc_nl_service_list()
1056 *last_type = 0; in tipc_nl_service_list()
1064 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
1079 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump()
1094 cb->args[0] = last_type; in tipc_nl_name_table_dump()
1014 tipc_nl_service_list(struct net *net, struct tipc_nl_msg *msg, u32 *last_type, u32 *last_lower, u32 *last_key) tipc_nl_service_list() argument
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.c1051 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list()
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()
1050 tipc_nl_service_list(struct net *net, struct tipc_nl_msg *msg, u32 *last_type, u32 *last_lower, u32 *last_key) tipc_nl_service_list() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.c356 if (!btf || !ctx->last_type) in check_prepare_btf_string_fetch()
360 if (btf_type_is_char_array(btf, ctx->last_type)) in check_prepare_btf_string_fetch()
364 if (btf_type_is_char_ptr(btf, ctx->last_type)) { in check_prepare_btf_string_fetch()
591 ctx->last_type = type; in parse_btf_field()
676 ctx->last_type = type; in parse_btf_arg()
692 if (btf && ctx->last_type) in find_fetch_type_from_btf_type()
693 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type()
1020 ctx->last_type = NULL; in parse_probe_arg()
1181 ctx->last_type = NULL; in traceprobe_parse_probe_arg_body()
1189 ctx->last_type) { in traceprobe_parse_probe_arg_body()
[all...]
H A Dtrace_probe.h392 const struct btf_type *last_type; /* Saved type */ member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A 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 != 0) { in e820__update_table()
411 last_type = current_type; in e820__update_table()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A 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()
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-parse-local.h56 enum tep_event_sort_type last_type; member
/kernel/linux/linux-5.10/net/rxrpc/
H A Dconn_object.c180 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
184 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
188 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
H A Dconn_event.c80 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
88 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
131 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
H A Dar-internal.h420 u8 last_type; /* Type of last packet */ member
H A Dinput.c1388 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_object.c169 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
173 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
177 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
H A Dconn_event.c135 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
143 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
H A Dio_thread.c367 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet_on_conn()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c716 int last_type = -1; in get_family_type() local
731 last_type = id_to_type_table[x].type; in get_family_type()
736 if (last_type == -1) in get_family_type()
738 return last_type; in get_family_type()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c767 int last_type = -1; in get_family_type() local
782 last_type = id_to_type_table[x].type; in get_family_type()
787 if (last_type == -1) in get_family_type()
789 return last_type; in get_family_type()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A 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()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dprocessor_idle.c422 unsigned int last_type = 0; in acpi_processor_power_verify() local
447 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify()
450 last_type = cx->type; in acpi_processor_power_verify()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dprocessor_idle.c415 unsigned int last_type = 0; in acpi_processor_power_verify() local
440 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify()
443 last_type = cx->type; in acpi_processor_power_verify()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A 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()
/kernel/linux/linux-5.10/fs/
H A Dnamei.c509 int last_type; member
1865 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1868 return handle_dots(nd, nd->last_type); in walk_component()
2124 nd->last_type = LAST_ROOT; in link_path_walk()
2171 nd->last_type = type; in link_path_walk()
2323 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2431 *type = nd.last_type; in filename_parentat()
3199 if (nd->last_type != LAST_NORM) { in open_last_lookups()
3202 return handle_dots(nd, nd->last_type); in open_last_lookups()
/kernel/linux/linux-6.6/fs/
H A Dnamei.c575 int last_type; member
1993 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1996 return handle_dots(nd, nd->last_type); in walk_component()
2252 nd->last_type = LAST_ROOT; in link_path_walk()
2303 nd->last_type = type; in link_path_walk()
2456 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2561 *type = nd.last_type; in __filename_parentat()
3517 if (nd->last_type != LAST_NORM) { in open_last_lookups()
3520 return handle_dots(nd, nd->last_type); in open_last_lookups()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.c1820 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1829 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1833 return last_type; in get_highest_supported_ivhd_type()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Dinit.c1678 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1686 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1690 return last_type; in get_highest_supported_ivhd_type()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c1917 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1925 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1929 return last_type; in get_highest_supported_ivhd_type()

Completed in 52 milliseconds

12