Changeset f725787 in mainline


Ignore:
Timestamp:
2024-12-22T10:25:00Z (5 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
38e3c0a7
Parents:
28769117
Message:

hr: fge: fibril group executor

This fibril pool allows execution of grouped work units,
providing pre-allocated storage for the workers.

Based on an idea from Vojtech Horky.

Location:
uspace/srv/bd/hr
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/meson.build

    r28769117 rf725787  
    2828
    2929deps = [ 'block', 'device' ]
    30 src = files('hr.c', 'raid0.c', 'raid1.c', 'raid5.c', 'superblock.c', 'util.c')
     30src = files(
     31            'fge.c',
     32            'hr.c',
     33            'raid0.c',
     34            'raid1.c',
     35            'raid5.c',
     36            'superblock.c',
     37            'util.c'
     38            )
Note: See TracChangeset for help on using the changeset viewer.