Searched +refs:region +refs:snapshot +refs:id +refs:attrs (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/net/devlink/ |
D | region.c | 29 struct devlink_region *region; member 31 u32 id; member 37 struct devlink_region *region; in devlink_region_get_by_name() local 39 list_for_each_entry(region, &devlink->region_list, list) in devlink_region_get_by_name() 40 if (!strcmp(region->ops->name, region_name)) in devlink_region_get_by_name() 41 return region; in devlink_region_get_by_name() 50 struct devlink_region *region; in devlink_port_region_get_by_name() local 52 list_for_each_entry(region, &port->region_list, list) in devlink_port_region_get_by_name() 53 if (!strcmp(region->ops->name, region_name)) in devlink_port_region_get_by_name() 54 return region; in devlink_port_region_get_by_name() [all …]
|
/linux-6.8/include/net/ |
D | devlink.h | 143 struct devlink_port_attrs attrs; member 217 unsigned int id; member 233 unsigned int id; member 478 u32 id; member 483 int (*get)(struct devlink *devlink, u32 id, 485 int (*set)(struct devlink *devlink, u32 id, 487 int (*validate)(struct devlink *devlink, u32 id, 581 .id = DEVLINK_PARAM_GENERIC_ID_##_id, \ 593 .id = _id, \ 673 int (*snapshot)(struct devlink *devlink, member [all …]
|
/linux-6.8/Documentation/admin-guide/mm/damon/ |
D | usage.rst | 253 can be covered. However, users could want to set the initial monitoring region 267 to ``N-1``. Each directory represents each initial monitoring target region. 274 In each region directory, you will find two files (``start`` and ``end``). You 276 region by writing to and reading from the files, respectively. 278 Each region should not overlap with others. ``end`` of directory ``N`` should 310 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``. 312 - ``cold``: Call ``madvise()`` for the region with ``MADV_COLD``. 314 - ``pageout``: Call ``madvise()`` for the region with ``MADV_PAGEOUT``. 316 - ``hugepage``: Call ``madvise()`` for the region with ``MADV_HUGEPAGE``. 318 - ``nohugepage``: Call ``madvise()`` for the region with ``MADV_NOHUGEPAGE``. [all …]
|