| /linux/security/apparmor/include/ |
| H A D | task.h | 28 struct aa_label *previous; member 46 aa_put_label(ctx->previous); in aa_free_task_ctx() 61 aa_get_label(new->previous); in aa_dup_task_ctx() 73 aa_put_label(ctx->previous); in aa_clear_task_ctx_trans() 75 ctx->previous = NULL; in aa_clear_task_ctx_trans()
|
| /linux/drivers/acpi/acpica/ |
| H A D | uttrack.c | 310 return (element->previous); in acpi_ut_find_allocation() 380 previous = allocation; in acpi_ut_track_allocation() 384 allocation->previous = NULL; in acpi_ut_track_allocation() 391 allocation->previous = element; in acpi_ut_track_allocation() 394 (element->next)->previous = allocation; in acpi_ut_track_allocation() 451 if (allocation->previous) { in acpi_ut_remove_allocation() 452 (allocation->previous)->next = allocation->next; in acpi_ut_remove_allocation() 458 (allocation->next)->previous = allocation->previous; in acpi_ut_remove_allocation()
|
| H A D | evgpeutil.c | 172 gpe_xrupt->previous = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block() 236 if (gpe_xrupt->previous) { in acpi_ev_delete_gpe_xrupt() 237 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt() 245 gpe_xrupt->next->previous = gpe_xrupt->previous; in acpi_ev_delete_gpe_xrupt()
|
| H A D | evgpeblk.c | 72 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block() 117 if (!gpe_block->previous && !gpe_block->next) { in acpi_ev_delete_gpe_block() 129 if (gpe_block->previous) { in acpi_ev_delete_gpe_block() 130 gpe_block->previous->next = gpe_block->next; in acpi_ev_delete_gpe_block() 137 gpe_block->next->previous = gpe_block->previous; in acpi_ev_delete_gpe_block()
|
| H A D | hwpci.c | 265 struct acpi_pci_device *previous; in acpi_hw_delete_pci_list() local 269 previous = next; in acpi_hw_delete_pci_list() 270 next = previous->next; in acpi_hw_delete_pci_list() 271 ACPI_FREE(previous); in acpi_hw_delete_pci_list()
|
| /linux/arch/sparc/lib/ |
| H A D | hweight.S | 18 .previous 31 .previous 44 .previous 57 .previous
|
| /linux/arch/sparc/kernel/ |
| H A D | etrap_64.S | 46 .previous 100 .previous 107 .previous 118 .previous 128 .previous 142 .previous 174 .previous 179 .previous 276 .previous
|
| H A D | fpu_traps.S | 75 .previous 84 .previous 116 .previous 126 .previous 157 .previous 166 .previous 183 .previous 349 .previous 358 .previous 379 .previous
|
| H A D | tsb.S | 65 .previous 153 .previous 193 .previous 218 .previous 229 .previous 260 .previous 275 .previous 384 .previous 485 .previous 495 .previous
|
| H A D | rtrap_64.S | 37 .previous 53 .previous 79 .previous 207 .previous 239 .previous 249 .previous 261 .previous 269 .previous
|
| H A D | ktlb.S | 67 .previous 92 .previous 179 .previous 250 .previous 261 .previous
|
| H A D | urtt_fill.S | 30 .previous 51 .previous 58 .previous
|
| /linux/arch/openrisc/lib/ |
| H A D | string.S | 60 .previous 65 .previous 97 .previous 101 .previous
|
| /linux/drivers/md/dm-vdo/ |
| H A D | funnel-queue.h | 85 struct funnel_queue_entry *previous; in vdo_funnel_queue_put() local 96 previous = xchg(&queue->newest, entry); in vdo_funnel_queue_put() 101 WRITE_ONCE(previous->next, entry); in vdo_funnel_queue_put()
|
| H A D | int-map.c | 326 struct bucket *previous = NULL; in search_hop_list() local 338 *previous_ptr = previous; in search_hop_list() 342 previous = entry; in search_hop_list() 675 struct bucket *previous; in vdo_int_map_remove() local 676 struct bucket *victim = search_hop_list(bucket, key, &previous); in vdo_int_map_remove() 692 if (previous == NULL) { in vdo_int_map_remove() 696 previous->next_hop = victim->next_hop; in vdo_int_map_remove()
|
| /linux/tools/perf/bench/ |
| H A D | uprobe.c | 114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 116 diff_to_previous = diff - previous; in bench_uprobe_format__default_fprintf() 124 if (previous != baseline) in bench_uprobe_format__default_fprintf() 133 if (previous != baseline) in bench_uprobe_format__default_fprintf() 141 previous = diff; in bench_uprobe_format__default_fprintf()
|
| /linux/arch/sparc/include/asm/ |
| H A D | tsb.h | 83 .previous 90 .previous 97 .previous 104 .previous 111 .previous 118 .previous 214 .previous; \ 345 .previous; \ 368 .previous; \
|
| /linux/include/linux/ |
| H A D | of_graph.h | 73 struct device_node *previous); 119 struct device_node *previous) in of_graph_get_next_endpoint() argument 126 struct device_node *previous) in of_graph_get_next_port() argument 133 struct device_node *previous) in of_graph_get_next_port_endpoint() argument
|
| /linux/lib/ |
| H A D | decompress_bunzip2.c | 527 int pos, xcurrent, previous, gotcount; in read_bunzip() local 571 previous = xcurrent; in read_bunzip() 580 if (xcurrent != previous) in read_bunzip() 586 xcurrent = previous; in read_bunzip() 611 previous = get_next_block(bd); in read_bunzip() 612 if (previous) { in read_bunzip() 613 bd->writeCount = previous; in read_bunzip() 614 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bug.h | 19 .previous 22 .previous 30 .previous
|
| /linux/arch/s390/include/asm/ |
| H A D | asce.h | 24 static inline void disable_sacf_uaccess(bool previous) in disable_sacf_uaccess() argument 28 if (previous) in disable_sacf_uaccess()
|
| /linux/fs/afs/ |
| H A D | vl_list.c | 165 struct afs_vlserver_list *vllist, *previous; in afs_extract_vlserver_list() local 195 previous = afs_get_vlserverlist( in afs_extract_vlserver_list() 236 for (i = 0; i < previous->nr_servers; i++) { in afs_extract_vlserver_list() 237 struct afs_vlserver *p = previous->servers[i].server; in afs_extract_vlserver_list() 322 afs_put_vlserverlist(cell->net, previous); in afs_extract_vlserver_list() 330 afs_put_vlserverlist(cell->net, previous); in afs_extract_vlserver_list()
|
| /linux/arch/m68k/include/asm/ |
| H A D | math-emu.h | 204 .previous 209 .previous 221 .previous 227 .previous 258 .previous
|
| /linux/arch/sh/kernel/vsyscall/ |
| H A D | vsyscall-trapa.S | 11 .previous 37 .previous
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 30 - The previous and next fields are averaged to recover lines missing from 33 - The current field is weaved with the previous field, i.e. the previous
|