Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 14 of 14) sorted by relevance

/include/asm-generic/
Dsections.h108 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/
Dratelimit_types.h22 unsigned long begin; member
Dsuspend.h180 int (*begin)(suspend_state_t state); member
194 int (*begin)(void); member
424 int (*begin)(pm_message_t stage); member
Ddevice-mapper.h299 sector_t begin; member
663 #define dm_target_offset(ti, sector) ((sector) - (ti)->begin)
Dswap.h451 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
Dkexec.h393 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end);
Dethtool.h639 int (*begin)(struct net_device *); member
/include/trace/events/
Dpower_cpu_migrate.h44 __define_cpu_migrate_event(begin);
Dsunrpc.h367 DEFINE_RPC_RUNNING_EVENT(begin);
/include/net/
Dfq_impl.h100 begin: in fq_tin_dequeue()
114 goto begin; in fq_tin_dequeue()
127 goto begin; in fq_tin_dequeue()
/include/uapi/linux/
Dincrementalfs.h399 __u32 begin; member
/include/acpi/
Dacpiosxf.h371 u8 begin, u8 *aml, char *pathname);
Dacpixf.h945 u8 begin,
/include/linux/ceph/
Dosd_client.h341 struct ceph_hobject_id *begin; member