| 181 | } |
| 182 | |
| 183 | static unsigned long get_pkg_fragments( void*proc_id) |
| 184 | { |
| 185 | signal_pkg_status((unsigned long)proc_id); |
| 186 | return pkg_status[(unsigned long)proc_id][PKG_FRAGMENTS_SIZE_IDX]; |
| 187 | } |
| 188 | |
| 189 | |
| 190 | int init_pkg_stats(int procs_no) |
nothing calls this directly
no test coverage detected