Searched refs:ent (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | swap_cgroup.h | 9 extern unsigned short swap_cgroup_cmpxchg(swp_entry_t ent, 11 extern unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id, 13 extern unsigned short lookup_swap_cgroup_id(swp_entry_t ent); 20 unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id, in swap_cgroup_record() argument 27 unsigned short lookup_swap_cgroup_id(swp_entry_t ent) in lookup_swap_cgroup_id() argument
|
D | nubus.h | 99 const struct nubus_dirent *ent, 102 const struct nubus_dirent *ent, 105 const struct nubus_dirent *ent); 113 const struct nubus_dirent *ent, in nubus_proc_add_rsrc_dir() argument 117 const struct nubus_dirent *ent, in nubus_proc_add_rsrc_mem() argument 120 const struct nubus_dirent *ent) {} in nubus_proc_add_rsrc() argument 147 struct nubus_dirent *ent); 150 struct nubus_dirent *ent); 154 int nubus_get_subdir(const struct nubus_dirent *ent,
|
D | trace_events.h | 94 struct trace_entry *ent; member
|
/include/media/drv-intf/ |
D | exynos-fimc.h | 152 #define fimc_pipeline_call(ent, op, args...) \ argument 153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \ 154 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \ 155 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \
|
/include/drm/ |
D | drm_pci.h | 50 const struct pci_device_id *ent, 54 const struct pci_device_id *ent, in drm_get_pci_dev() argument
|
/include/media/ |
D | v4l2-subdev.h | 881 #define media_entity_to_v4l2_subdev(ent) \ argument 883 typeof(ent) __me_sd_ent = (ent); \
|
/include/trace/ |
D | trace_events.h | 113 struct trace_entry ent; \ 354 field = (typeof(field))iter->ent; \ 378 entry = iter->ent; \
|
/include/trace/events/ |
D | xen.h | 420 TP_PROTO(gate_desc *dt, int entrynum, const gate_desc *ent), 421 TP_ARGS(dt, entrynum, ent),
|