Home
last modified time | relevance | path

Searched +defs:head +defs:y (Results 26 – 34 of 34) sorted by relevance

12

/Linux-v6.6/mm/
Dslab.c275 #define STATS_ADD_REAPED(x, y) ((x)->reaped += (y)) argument
299 #define STATS_ADD_REAPED(x, y) do { (void)(y); } while (0) argument
1396 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free()
2105 #define check_spinlock_acquired_node(x, y) do { } while(0) argument
/Linux-v6.6/tools/perf/scripts/python/
Dexported-sql-viewer.py1197 def __init__(self, x=0, y=0): argument
1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1288 def YToData(self, y): argument
2091 def YToPixel(self, y): argument
2538 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
/Linux-v6.6/drivers/block/
Dfloppy.c307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument
2135 #define FM_MODE(x, y) ((y) & ~(((x)->rate & 0x80) >> 1)) argument
2146 unsigned char track, head, sect, size; in setup_format_params() member
/Linux-v6.6/drivers/video/fbdev/riva/
Driva_hw.h370 U032 y; /* in pixels, 0 at top 4- 7*/ member
514 U032 head; member
/Linux-v6.6/drivers/tty/serial/
Dsh-sci.c89 #define SCI_SR_RANGE(x, y) GENMASK((y) - 1, (x) - 1) argument
1431 int head, tail; in sci_dma_tx_work_fn() local
/Linux-v6.6/drivers/scsi/
Dips.h92 #define min(x,y) ((x) < (y) ? x : y) argument
962 struct ips_scb *head; member
971 struct scsi_cmnd *head; member
982 struct ips_copp_wait_item *head; member
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2690 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) argument
2766 u8 head; /* start of the circular buffer */ member
/Linux-v6.6/kernel/bpf/
Dbtf.c426 void *head; member
5184 const struct btf_sec_info *y = b; in btf_sec_info_cmp() local
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_def.h149 static inline uint32_t make_handle(uint16_t x, uint16_t y) in make_handle()
4799 struct list_head head; member
4803 struct list_head head; member
5089 struct list_head head; member

12