| /Linux-v6.1/tools/testing/radix-tree/linux/ |
| D | radix-tree.h | 10 static inline void trace_call_rcu(struct rcu_head *head, in trace_call_rcu() 11 void (*func)(struct rcu_head *head)) in trace_call_rcu() 24 #define call_rcu(x, y) trace_call_rcu(x, y) argument
|
| /Linux-v6.1/drivers/net/wireless/ath/carl9170/ |
| D | fwdesc.h | 93 #define CARL9170FW_SET_YEAR(y) (((y) - 10) * 372) argument 97 #define CARL9170FW_GET_YEAR(y) ((y) / 372 + 10) argument 113 struct carl9170fw_desc_head head; member 134 struct carl9170fw_desc_head head; member 151 struct carl9170fw_desc_head head; member 160 struct carl9170fw_desc_head head; member 176 struct carl9170fw_desc_head head; member 186 struct carl9170fw_desc_head head; member 196 struct carl9170fw_desc_head head; member 206 struct carl9170fw_desc_head head; member [all …]
|
| /Linux-v6.1/drivers/char/agp/ |
| D | isoch.c | 23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert() 40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local 74 u32 y; in agp_3_5_isochronous_node_enable() member 81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local 287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local 322 struct list_head *head, *pos; in agp_3_5_enable() local
|
| /Linux-v6.1/drivers/video/fbdev/core/ |
| D | modedb.c | 23 #define res_matches(v, x, y) \ argument 955 struct list_head *head) in fb_find_best_mode() 993 struct list_head *head) in fb_find_nearest_mode() 1033 struct list_head *head) in fb_match_mode() 1057 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode() 1093 struct list_head *head) in fb_delete_videomode() 1113 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist() 1131 struct list_head *head) in fb_videomode_to_modelist() 1144 struct list_head *head) in fb_find_best_display()
|
| /Linux-v6.1/drivers/gpu/drm/nouveau/dispnv04/ |
| D | crtc.c | 639 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set() 690 int head = nv_crtc->index; in nv_crtc_restore() local 826 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base() 903 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base() 915 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic() 1031 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move() 1040 struct list_head head; member 1161 int head = nouveau_crtc(crtc)->index; in nv04_crtc_page_flip() local
|
| /Linux-v6.1/drivers/input/joystick/iforce/ |
| D | iforce-packets.c | 14 __s32 y; member 33 int head, tail; in iforce_send_packet() local
|
| /Linux-v6.1/drivers/video/fbdev/ |
| D | sm501fb.c | 104 enum sm501_controller head; member 1076 unsigned int y = cursor->image.dy; in sm501fb_cursor() local 1115 int x, y; in sm501fb_cursor() local 1182 enum sm501_controller head; in sm501fb_crtsrc_store() local 1674 static int sm501fb_init_fb(struct fb_info *fb, enum sm501_controller head, in sm501fb_init_fb() 1860 enum sm501_controller head) in sm501fb_probe_one() 1892 enum sm501_controller head) in sm501_free_init_fb() 1903 enum sm501_controller head, const char *drvname) in sm501fb_start_one() 2074 enum sm501_controller head) in sm501fb_suspend_fb() 2125 enum sm501_controller head) in sm501fb_resume_fb()
|
| /Linux-v6.1/tools/perf/ui/ |
| D | browser.c | 47 void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) in ui_browser__gotorc_title() 52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() 105 struct list_head *head = browser->entries; in ui_browser__list_head_seek() local 501 struct list_head *head = browser->entries; in ui_browser__list_head_refresh() local
|
| /Linux-v6.1/arch/x86/events/intel/ |
| D | pt.c | 934 void *head = pt_buffer_region(buf); in pt_handle_status() local 1084 unsigned long head = local64_read(&buf->head); in pt_buffer_reset_markers() local 1162 static void pt_buffer_reset_offsets(struct pt_buffer *buf, unsigned long head) in pt_buffer_reset_offsets() 1395 #define clamp_to_ge_canonical_addr(x, y) (x) argument 1396 #define clamp_to_le_canonical_addr(x, y) (x) argument 1422 struct perf_addr_filters_head *head = perf_event_addr_filters(event); in pt_event_addr_filters_sync() local
|
| /Linux-v6.1/net/sched/ |
| D | sch_hfsc.c | 96 u64 y; /* current starting position on y-axis */ member 385 u64 y; in seg_x2y() local 397 seg_y2x(u64 y, u64 ism) in seg_y2x() 489 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init() 506 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x() 529 u64 y; in rtsc_x2y() local 548 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_min() 1118 struct hfsc_class *head, *cl; in hfsc_classify() local
|
| /Linux-v6.1/drivers/ps3/ |
| D | ps3av_cmd.c | 366 u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt, in ps3av_cmd_set_video_mode() 370 u32 x, y; in ps3av_cmd_set_video_mode() local 409 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) in ps3av_cmd_video_format_black()
|
| D | ps3av.c | 42 u32 head[PS3AV_HEAD_MAX]; member 66 u32 y; member
|
| /Linux-v6.1/drivers/video/fbdev/omap/ |
| D | hwa742.c | 71 int x, y, width, height; member 196 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() 303 static void submit_req_list(struct list_head *head) in submit_req_list() 339 int y = par->y; in send_frame_handler() local 429 int y = win->y; in create_req_list() local
|
| /Linux-v6.1/include/drm/ |
| D | drm_crtc.h | 949 struct list_head head; member 1061 int y; member 1204 uint32_t y; member
|
| /Linux-v6.1/mm/ |
| D | vmalloc.c | 931 struct list_head *head, bool augment) in __link_va() 971 struct list_head *head) in link_va() 979 struct list_head *head) in link_va_augment() 1083 struct rb_root *root, struct list_head *head) in insert_vmap_area() 1096 struct list_head *head) in insert_vmap_area_augment() 1125 struct rb_root *root, struct list_head *head, bool augment) in __merge_or_add_vmap_area() 1209 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area() 1216 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area_augment() 1319 find_vmap_lowest_linear_match(struct list_head *head, unsigned long size, in find_vmap_lowest_linear_match() 1335 find_vmap_lowest_match_check(struct rb_root *root, struct list_head *head, in find_vmap_lowest_match_check() [all …]
|
| /Linux-v6.1/fs/gfs2/ |
| D | super.c | 81 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) in jdesc_find_i() 133 struct gfs2_log_header_host head; in gfs2_make_fs_rw() local 222 s64 x, y; in gfs2_statfs_change() local
|
| D | quota.c | 1383 unsigned int y; in gfs2_quota_init() local 1456 struct list_head *head = &sdp->sd_quota_list; in gfs2_quota_cleanup() local
|
| /Linux-v6.1/drivers/edac/ |
| D | thunderx_edac.c | 550 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr() local 969 #define OCX_LNE_STAT(x, y) (0x8040 + (x) * 0x100 + (y) * 8) argument 1082 unsigned long head = ring_pos(ocx->com_ring_head, in thunderx_ocx_com_isr() local 1173 unsigned long head = ring_pos(ocx->link_ring_head, in thunderx_ocx_lnk_isr() local 1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr() local 1798 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr() local 1827 unsigned long head = ring_pos(mci->ring_head, ARRAY_SIZE(mci->err_ctx)); in thunderx_l2c_mci_isr() local
|
| /Linux-v6.1/drivers/gpu/drm/savage/ |
| D | savage_drv.h | 136 drm_savage_buf_priv_t head, tail; member 443 #define BCI_X_Y(x, y) ((((y) << 16) | (x)) & 0x0FFF0FFF) argument 444 #define BCI_X_W(x, y) ((((w) << 16) | (x)) & 0x0FFF0FFF) argument 449 #define BCI_LINE_X_Y(x, y) (((y) << 16) | ((x) & 0xFFFF)) argument
|
| /Linux-v6.1/drivers/firmware/ |
| D | dmi_scan.c | 991 const struct list_head *head = from ? &from->list : &dmi_devices; in dmi_find_device() local 1029 const char *s, *y; in dmi_get_date() local
|
| /Linux-v6.1/tools/perf/util/ |
| D | evlist.c | 64 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument 65 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) argument 637 struct hlist_head *head; in evlist__id2sid() local 705 struct hlist_head *head; in evlist__event2evsel() local
|
| /Linux-v6.1/drivers/input/ |
| D | mousedev.c | 53 int x, y; member 100 unsigned int head, tail; member
|
| /Linux-v6.1/drivers/base/power/ |
| D | main.c | 43 #define list_for_each_entry_rcu_locked(pos, head, member) \ argument 554 #define dpm_watchdog_set(x, y) argument
|
| /Linux-v6.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | rs.h | 242 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) argument 311 u8 head; /* start of the circular buffer */ member
|
| /Linux-v6.1/include/linux/ |
| D | jbd2.h | 1419 static inline void jbd2_file_log_bh(struct list_head *head, struct buffer_head *bh) in jbd2_file_log_bh() 1707 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() 1713 static inline int tid_geq(tid_t x, tid_t y) in tid_geq()
|