Searched refs:alloc_workspace (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_lzo.c30 static int __init alloc_workspace(void) function
96 ret = alloc_workspace();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dzlib.c54 static atomic_t alloc_workspace = ATOMIC_INIT(0); variable
79 if (atomic_read(&alloc_workspace) > cpus) {
82 if (atomic_read(&alloc_workspace) > cpus)
87 atomic_inc(&alloc_workspace);
117 atomic_dec(&alloc_workspace);
143 atomic_dec(&alloc_workspace);
163 atomic_dec(&alloc_workspace);

Completed in 59 milliseconds