Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dname_table.c895 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
903 if (*last_type) in tipc_nl_service_list()
904 i = hash(*last_type); in tipc_nl_service_list()
911 if (*last_type) { in tipc_nl_service_list()
912 service = tipc_service_find(net, *last_type); in tipc_nl_service_list()
929 *last_type = service->type; in tipc_nl_service_list()
935 *last_type = 0; in tipc_nl_service_list()
943 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
958 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump()
973 cb->args[0] = last_type; in tipc_nl_name_table_dump()
/Linux-v4.19/net/rxrpc/
Dconn_object.c185 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
189 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
193 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
Dconn_event.c76 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
84 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
127 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
Dar-internal.h420 u8 last_type; /* Type of last packet */ member
Dinput.c1325 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet()
/Linux-v4.19/arch/x86/kernel/
De820.c298 enum e820_type current_type, last_type; in e820__update_table() local
340 last_type = 0; /* Start with undefined memory type */ in e820__update_table()
369 if (current_type != last_type || current_type == E820_TYPE_PRAM) { in e820__update_table()
370 if (last_type != 0) { in e820__update_table()
383 last_type = current_type; in e820__update_table()
/Linux-v4.19/drivers/phy/broadcom/
Dphy-brcm-usb-init.c761 int last_type = -1; in brcmusb_get_family_type() local
776 last_type = id_to_type_table[x].type; in brcmusb_get_family_type()
781 if (last_type == -1) in brcmusb_get_family_type()
783 return last_type; in brcmusb_get_family_type()
/Linux-v4.19/fs/
Dnamei.c497 int last_type; member
1070 nd->last_type = LAST_BIND; in get_link()
1800 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1801 err = handle_dots(nd, nd->last_type); in walk_component()
2116 nd->last_type = type; in link_path_walk()
2181 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()
2269 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2395 *type = nd.last_type; in filename_parentat()
2651 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
2652 error = handle_dots(nd, nd->last_type); in mountpoint_last()
[all …]
/Linux-v4.19/drivers/staging/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-v4.19/drivers/iommu/
Damd_iommu_init.c1593 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1601 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1605 return last_type; in get_highest_supported_ivhd_type()
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.h499 enum event_sort_type last_type; member
Devent-parse.c1452 enum event_type last_type = type; in event_read_fields() local
1467 if (last_type == EVENT_ITEM && in event_read_fields()
1472 last_type = type; in event_read_fields()
5626 if (events && pevent->last_type == sort_type) in tep_list_events()
5641 pevent->last_type = sort_type; in tep_list_events()
5661 pevent->last_type = sort_type; in tep_list_events()