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

/linux-master/net/tipc/
H A Dname_table.c1051 u32 *last_type, u32 *last_lower, u32 *last_key)
1060 if (*last_type)
1061 i = hash(*last_type);
1068 if (*last_type ||
1071 *last_type, *last_lower, *last_lower);
1089 *last_type = service->type;
1095 *last_type = 0;
1103 u32 last_type = cb->args[0]; local
1118 err = tipc_nl_service_list(net, &msg, &last_type,
1133 cb->args[0] = last_type;
1050 tipc_nl_service_list(struct net *net, struct tipc_nl_msg *msg, u32 *last_type, u32 *last_lower, u32 *last_key) argument
[all...]
/linux-master/net/rxrpc/
H A Dconn_object.c170 chan->last_type = RXRPC_PACKET_TYPE_ACK;
174 chan->last_type = RXRPC_PACKET_TYPE_ABORT;
178 chan->last_type = RXRPC_PACKET_TYPE_ABORT;
H A Dconn_event.c135 pkt.whdr.type = chan->last_type;
143 switch (chan->last_type) {
H A Dio_thread.c378 chan->last_type == RXRPC_PACKET_TYPE_ACK)
H A Dar-internal.h491 u8 last_type; /* Type of last packet */ member in struct:rxrpc_connection::rxrpc_channel
/linux-master/kernel/trace/
H A Dtrace_probe.c356 if (!btf || !ctx->last_type)
360 if (btf_type_is_char_array(btf, ctx->last_type))
364 if (btf_type_is_char_ptr(btf, ctx->last_type)) {
591 ctx->last_type = type;
684 ctx->last_type = type;
700 if (btf && ctx->last_type)
701 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx);
1146 ctx->last_type = NULL;
1372 ctx->last_type) {
1444 ctx->last_type
[all...]
H A Dtrace_probe.h417 const struct btf_type *last_type; /* Saved type */ member in struct:traceprobe_parse_context
/linux-master/arch/x86/kernel/
H A De820.c326 enum e820_type current_type, last_type; local
368 last_type = 0; /* Start with undefined memory type */
397 if (current_type != last_type || e820_nomerge(current_type)) {
398 if (last_type) {
411 last_type = current_type;
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c767 int last_type = -1; local
782 last_type = id_to_type_table[x].type;
787 if (last_type == -1)
789 return last_type;
/linux-master/fs/btrfs/
H A Dtree-checker.c1284 u8 last_type = 0; local
1503 if (inline_type < last_type) {
1506 inline_type, last_type);
1510 if (inline_type > last_type)
1516 last_type, last_seq);
1519 last_type = inline_type;
/linux-master/drivers/acpi/
H A Dprocessor_idle.c415 unsigned int last_type = 0; local
440 if (cx->type >= last_type && cx->latency < last_latency)
443 last_type = cx->type;
/linux-master/fs/
H A Dnamei.c574 int last_type; member in struct:nameidata
1995 if (unlikely(nd->last_type != LAST_NORM)) {
1998 return handle_dots(nd, nd->last_type);
2254 nd->last_type = LAST_ROOT;
2305 nd->last_type = type;
2458 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len])
2563 *type = nd.last_type;
3524 if (nd->last_type != LAST_NORM) {
3527 return handle_dots(nd, nd->last_type);
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1083 static u_short char_type, last_type; local
1103 if ((last_type & CH_RPT) && rep_count > 2) {
1116 if ((synth_flags & SF_DEC) && (last_type & PUNC))
1145 last_type = char_type;
1149 if (last_type & CH_RPT) {
/linux-master/drivers/iommu/amd/
H A Dinit.c1903 u8 last_type = ivhd->type; local
1911 last_type = ivhd->type;
1915 return last_type;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c8512 u16 last_type; local
8519 last_type = BNXT_CTX_MAX - 1;
8521 last_type = BNXT_CTX_L2_MAX - 1;
8522 ctx->ctx_arr[last_type].last = 1;

Completed in 619 milliseconds