Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dname_table.c1053 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
1062 if (*last_type) in tipc_nl_service_list()
1063 i = hash(*last_type); in tipc_nl_service_list()
1070 if (*last_type || in tipc_nl_service_list()
1073 *last_type, *last_lower, *last_lower); in tipc_nl_service_list()
1091 *last_type = service->type; in tipc_nl_service_list()
1097 *last_type = 0; in tipc_nl_service_list()
1105 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
1120 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump()
1135 cb->args[0] = last_type; in tipc_nl_name_table_dump()
/linux/net/rxrpc/
H A Dconn_object.c167 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 Dconn_event.c144 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
152 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
H A Dio_thread.c383 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet_on_conn()
H A Dar-internal.h563 u8 last_type; /* Type of last packet */ member
/linux/arch/x86/kernel/
H A De820.c348 enum e820_type current_type, last_type; in e820__update_table() local
390 last_type = 0; /* Start with undefined memory type */ in e820__update_table()
419 if (current_type != last_type || !e820_type_mergeable(current_type)) { in e820__update_table()
420 if (last_type) { in e820__update_table()
433 last_type = current_type; in e820__update_table()
/linux/fs/
H A Dnamei.c135 enum last_type {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enum
735 enum last_type last_type; member
2227 static const char *handle_dots(struct nameidata *nd, enum last_type type) in handle_dots()
2273 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2276 return handle_dots(nd, nd->last_type); in walk_component()
2583 nd->last_type = LAST_ROOT; in link_path_walk()
2613 nd->last_type = LAST_DOTDOT; in link_path_walk()
2618 nd->last_type = LAST_DOT; in link_path_walk()
2622 nd->last_type = LAST_NORM; in link_path_walk()
2786 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
[all …]
/linux/kernel/trace/
H A Dtrace_probe.c455 if (!btf || !ctx->last_type) in check_prepare_btf_string_fetch()
459 if (btf_type_is_char_array(btf, ctx->last_type)) in check_prepare_btf_string_fetch()
463 if (btf_type_is_char_ptr(btf, ctx->last_type)) { in check_prepare_btf_string_fetch()
726 ctx->last_type = type; in parse_btf_field()
837 ctx->last_type = type; in parse_btf_arg()
853 if (btf && ctx->last_type) in find_fetch_type_from_btf_type()
854 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type()
1751 ctx->last_type = NULL; in unwind_parse_states()
1995 ctx->last_type) { in finalize_fetch_insn()
2061 ctx->last_type = NULL; in traceprobe_parse_probe_arg_body()
[all …]
H A Dtrace_probe.h475 const struct btf_type *last_type; /* Saved type */ member
/linux/drivers/acpi/
H A Dprocessor_idle.c425 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/fs/btrfs/
H A Dtree-checker.c1487 u8 last_type = 0; in check_extent_item() local
1733 if (unlikely(inline_type < last_type)) { in check_extent_item()
1736 inline_type, last_type); in check_extent_item()
1740 if (inline_type > last_type) in check_extent_item()
1746 last_type, last_seq); in check_extent_item()
1749 last_type = inline_type; in check_extent_item()
/linux/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()
/linux/drivers/iommu/amd/
H A Dinit.c1994 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
2002 last_type = ivhd->type; in get_highest_supported_ivhd_type()
2006 return last_type; in get_highest_supported_ivhd_type()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c9346 u16 last_type = BNXT_CTX_INV; in bnxt_backing_store_cfg_v2() local
9364 last_type = type; in bnxt_backing_store_cfg_v2()
9367 if (last_type == BNXT_CTX_INV) { in bnxt_backing_store_cfg_v2()
9371 last_type = type; in bnxt_backing_store_cfg_v2()
9373 if (last_type == BNXT_CTX_INV) in bnxt_backing_store_cfg_v2()
9376 ctx->ctx_arr[last_type].last = 1; in bnxt_backing_store_cfg_v2()