Searched refs:begin (Results 1 – 14 of 14) sorted by relevance
/include/asm-generic/ |
D | sections.h | 108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() argument 111 return virt >= begin && virt + size <= end; in memory_contains() 125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects() argument 130 if (virt < end && vend > begin) in memory_intersects()
|
/include/linux/ |
D | ratelimit_types.h | 22 unsigned long begin; member
|
D | suspend.h | 180 int (*begin)(suspend_state_t state); member 194 int (*begin)(void); member 424 int (*begin)(pm_message_t stage); member
|
D | device-mapper.h | 299 sector_t begin; member 663 #define dm_target_offset(ti, sector) ((sector) - (ti)->begin)
|
D | swap.h | 451 extern void clear_shadow_from_swap_cache(int type, unsigned long begin, 651 static inline void clear_shadow_from_swap_cache(int type, unsigned long begin, in clear_shadow_from_swap_cache() argument
|
D | kexec.h | 393 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end);
|
D | ethtool.h | 639 int (*begin)(struct net_device *); member
|
/include/trace/events/ |
D | power_cpu_migrate.h | 44 __define_cpu_migrate_event(begin);
|
D | sunrpc.h | 367 DEFINE_RPC_RUNNING_EVENT(begin);
|
/include/net/ |
D | fq_impl.h | 100 begin: in fq_tin_dequeue() 114 goto begin; in fq_tin_dequeue() 127 goto begin; in fq_tin_dequeue()
|
/include/uapi/linux/ |
D | incrementalfs.h | 399 __u32 begin; member
|
/include/acpi/ |
D | acpiosxf.h | 371 u8 begin, u8 *aml, char *pathname);
|
D | acpixf.h | 945 u8 begin,
|
/include/linux/ceph/ |
D | osd_client.h | 341 struct ceph_hobject_id *begin; member
|