Searched refs:_at (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/bonding/ |
D | bond_sysfs_slave.c | 117 #define to_slave_attr(_at) container_of(_at, struct slave_attribute, attr) argument
|
/linux-6.1.9/scripts/kconfig/ |
D | nconf.gui.c | 31 #define COLOR_ATTR(_at, _fg, _bg, _hl) \ argument 32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl } 33 #define NO_COLOR_ATTR(_at, _hl) \ argument 34 { .attr = &(_at), .has_color = false, .highlight = _hl }
|
/linux-6.1.9/net/bridge/ |
D | br_sysfs_if.c | 299 #define to_brport_attr(_at) container_of(_at, struct brport_attribute, attr) argument
|
/linux-6.1.9/Documentation/powerpc/ |
D | kasan.txt | 54 requires knowing how much contiguous physical memory a system has _at compile
|