Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dname_table.c896 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
904 if (*last_type) in tipc_nl_service_list()
905 i = hash(*last_type); in tipc_nl_service_list()
912 if (*last_type || in tipc_nl_service_list()
914 service = tipc_service_find(net, *last_type); in tipc_nl_service_list()
931 *last_type = service->type; in tipc_nl_service_list()
937 *last_type = 0; in tipc_nl_service_list()
945 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
960 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump()
975 cb->args[0] = last_type; in tipc_nl_name_table_dump()
/Linux-v5.4/tools/lib/traceevent/
Devent-parse-local.h54 enum tep_event_sort_type last_type; member
Devent-parse.c1524 enum tep_event_type last_type = type; in event_read_fields() local
1539 if (last_type == TEP_EVENT_ITEM && in event_read_fields()
1544 last_type = type; in event_read_fields()
5806 if (events && tep->last_type == sort_type) in tep_list_events()
5818 tep->last_type = sort_type; in tep_list_events()
5824 tep->last_type = sort_type; in tep_list_events()
/Linux-v5.4/net/rxrpc/
Dconn_object.c182 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
186 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
190 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
Dconn_event.c72 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
80 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
123 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
Dar-internal.h426 u8 last_type; /* Type of last packet */ member
Dinput.c1355 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet()
/Linux-v5.4/arch/x86/kernel/
De820.c311 enum e820_type current_type, last_type; in e820__update_table() local
353 last_type = 0; /* Start with undefined memory type */ in e820__update_table()
382 if (current_type != last_type || current_type == E820_TYPE_PRAM) { in e820__update_table()
383 if (last_type != 0) { in e820__update_table()
396 last_type = current_type; in e820__update_table()
/Linux-v5.4/drivers/phy/broadcom/
Dphy-brcm-usb-init.c753 int last_type = -1; in brcmusb_get_family_type() local
768 last_type = id_to_type_table[x].type; in brcmusb_get_family_type()
773 if (last_type == -1) in brcmusb_get_family_type()
775 return last_type; in brcmusb_get_family_type()
/Linux-v5.4/fs/
Dnamei.c495 int last_type; member
1062 nd->last_type = LAST_BIND; in get_link()
1790 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1791 err = handle_dots(nd, nd->last_type); in walk_component()
2106 nd->last_type = type; in link_path_walk()
2171 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()
2259 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2385 *type = nd.last_type; in filename_parentat()
2641 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
2642 error = handle_dots(nd, nd->last_type); in mountpoint_last()
[all …]
/Linux-v5.4/drivers/staging/speakup/
Dmain.c1084 static u_short char_type, last_type; in spkup_write() local
1104 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()
1117 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write()
1146 last_type = char_type; in spkup_write()
1150 if (last_type & CH_RPT) { in spkup_write()
/Linux-v5.4/drivers/iommu/
Damd_iommu_init.c1595 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local
1603 last_type = ivhd->type; in get_highest_supported_ivhd_type()
1607 return last_type; in get_highest_supported_ivhd_type()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst389 ``int last_type``
424 over one component while updating ``last_type`` and ``last``. If that
454 ``nd->last_type`` to refer to the final component of the path. It does
492 ``last_type`` other than ``LAST_NORM`` will result in an error. For
1166 reports this by leaving the ``last_type`` field of ``nameidata`` as