Searched refs:previous (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/ |
D | readdir.c | 198 struct linux_dirent __user * previous; member 224 dirent = buf->previous; in filldir() 242 buf->previous = dirent; in filldir() 274 lastdirent = buf.previous; in SYSCALL_DEFINE3() 288 struct linux_dirent64 __user * previous; member 308 dirent = buf->previous; in filldir64() 328 buf->previous = dirent; in filldir64() 360 lastdirent = buf.previous; in ksys_getdents64() 461 struct compat_linux_dirent __user *previous; member 484 dirent = buf->previous; in compat_filldir() [all …]
|
/linux-4.19.296/include/asm-generic/ |
D | export.h | 41 .previous 45 .previous 56 .previous
|
/linux-4.19.296/lib/ |
D | decompress_bunzip2.c | 526 int pos, xcurrent, previous, gotcount; in read_bunzip() local 570 previous = xcurrent; in read_bunzip() 579 if (xcurrent != previous) in read_bunzip() 585 xcurrent = previous; in read_bunzip() 610 previous = get_next_block(bd); in read_bunzip() 611 if (previous) { in read_bunzip() 612 bd->writeCount = previous; in read_bunzip() 613 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
|
D | test_static_keys.c | 65 struct static_key *previous = NULL; in invert_keys() local 69 if (previous != keys[i].key) { in invert_keys() 71 previous = keys[i].key; in invert_keys()
|
D | Kconfig.debug | 72 See a previous boot log for the "lpj" value to use for your
|
/linux-4.19.296/include/linux/ |
D | of_graph.h | 46 struct device_node *previous); 78 struct device_node *previous) in of_graph_get_next_endpoint() argument
|
D | init.h | 97 #define __FINIT .previous 101 #define __FINITDATA .previous
|
/linux-4.19.296/drivers/virt/vboxguest/ |
D | vboxguest_core.c | 491 u32 changed, u32 previous) in vbg_track_bit_usage() argument 499 if (bitmask & previous) { in vbg_track_bit_usage() 567 u32 changed, previous; in vbg_set_session_event_filter() local 581 previous = session->event_filter; in vbg_set_session_event_filter() 586 changed = previous ^ session->event_filter; in vbg_set_session_event_filter() 590 vbg_track_bit_usage(&gdev->event_filter_tracker, changed, previous); in vbg_set_session_event_filter() 610 session->event_filter = previous; in vbg_set_session_event_filter() 662 u32 changed, previous; in vbg_set_session_capabilities() local 676 previous = session->guest_caps; in vbg_set_session_capabilities() 681 changed = previous ^ session->guest_caps; in vbg_set_session_capabilities() [all …]
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpqphp_core.c | 248 void __iomem *previous) in get_SMBIOS_entry() argument 253 if (!previous) in get_SMBIOS_entry() 254 previous = smbios_start; in get_SMBIOS_entry() 256 previous = get_subsequent_smbios_entry(smbios_start, in get_SMBIOS_entry() 257 smbios_table, previous); in get_SMBIOS_entry() 259 while (previous) in get_SMBIOS_entry() 260 if (readb(previous + SMBIOS_GENERIC_TYPE) != type) in get_SMBIOS_entry() 261 previous = get_subsequent_smbios_entry(smbios_start, in get_SMBIOS_entry() 262 smbios_table, previous); in get_SMBIOS_entry() 266 return previous; in get_SMBIOS_entry()
|
/linux-4.19.296/drivers/clk/bcm/ |
D | clk-kona.c | 659 u64 previous; in divider_write() local 664 previous = div->u.s.scaled_div; in divider_write() 665 if (previous == scaled_div) in divider_write() 679 div->u.s.scaled_div = previous; /* Revert the change */ in divider_write() 948 u8 previous; in selector_write() local 951 previous = sel->clk_index; in selector_write() 952 if (previous == index) in selector_write() 966 sel->clk_index = previous; /* Revert the change */ in selector_write()
|
/linux-4.19.296/include/drm/ |
D | drm_bridge.h | 303 struct drm_bridge *previous);
|
/linux-4.19.296/fs/overlayfs/ |
D | Kconfig | 35 might not be backward compatible with previous kernels.
|
/linux-4.19.296/fs/cramfs/ |
D | README | 84 the previous/next blocks. In that case it is minimally u32-aligned.
|
/linux-4.19.296/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 592 * Added some defines for to support previous version
|