Searched refs:last_type (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/net/tipc/ |
D | name_table.c | 1051 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument 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()
|
/Linux-v6.1/net/rxrpc/ |
D | conn_object.c | 179 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call() 183 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call() 187 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
|
D | conn_event.c | 72 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()
|
D | ar-internal.h | 435 u8 last_type; /* Type of last packet */ member
|
D | input.c | 1415 chan->last_type == RXRPC_PACKET_TYPE_ACK) in rxrpc_input_packet()
|
/Linux-v6.1/tools/lib/traceevent/ |
D | event-parse-local.h | 56 enum tep_event_sort_type last_type; member
|
D | event-parse.c | 1553 enum tep_event_type last_type = type; in event_read_fields() local 1568 if (last_type == TEP_EVENT_ITEM && in event_read_fields() 1574 last_type = type; in event_read_fields() 6351 if (events && tep->last_type == sort_type) in tep_list_events() 6363 tep->last_type = sort_type; in tep_list_events() 6369 tep->last_type = sort_type; in tep_list_events()
|
/Linux-v6.1/drivers/phy/broadcom/ |
D | phy-brcm-usb-init.c | 740 int last_type = -1; in get_family_type() local 755 last_type = id_to_type_table[x].type; in get_family_type() 760 if (last_type == -1) in get_family_type() 762 return last_type; in get_family_type()
|
/Linux-v6.1/arch/x86/kernel/ |
D | e820.c | 326 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()
|
/Linux-v6.1/drivers/acpi/ |
D | processor_idle.c | 417 unsigned int last_type = 0; in acpi_processor_power_verify() local 442 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify() 445 last_type = cx->type; in acpi_processor_power_verify()
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | main.c | 1082 static u_short char_type, last_type; in spkup_write() local 1102 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write() 1115 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write() 1144 last_type = char_type; in spkup_write() 1148 if (last_type & CH_RPT) { in spkup_write()
|
/Linux-v6.1/fs/ |
D | namei.c | 571 int last_type; member 1984 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component() 1987 return handle_dots(nd, nd->last_type); in walk_component() 2243 nd->last_type = LAST_ROOT; in link_path_walk() 2294 nd->last_type = type; in link_path_walk() 2447 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last() 2551 *type = nd.last_type; in filename_parentat() 3440 if (nd->last_type != LAST_NORM) { in open_last_lookups() 3443 return handle_dots(nd, nd->last_type); in open_last_lookups()
|
/Linux-v6.1/drivers/iommu/amd/ |
D | init.c | 1852 u8 last_type = ivhd->type; in get_highest_supported_ivhd_type() local 1860 last_type = ivhd->type; in get_highest_supported_ivhd_type() 1864 return last_type; in get_highest_supported_ivhd_type()
|
/Linux-v6.1/Documentation/filesystems/ |
D | path-lookup.rst | 404 ``int last_type`` 440 over one component while updating ``last_type`` and ``last``. If that 472 ``nd->last_type`` to refer to the final component of the path. It does 508 ``last_type`` other than ``LAST_NORM`` will result in an error. For
|