mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.
This commit is contained in:
parent
b6499378e7
commit
8f25d34f31
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ struct buf {
|
|||
#define B_MALLOC 0x00010000 /* malloced b_data */
|
||||
#define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */
|
||||
#define B_PHYS 0x00040000 /* I/O to user memory. */
|
||||
#define B_00080000 0x00080000 /* Available flag. */
|
||||
#define B_KEEPGIANT 0x00080000 /* Do not drop Giant in strategy() */
|
||||
#define B_00100000 0x00100000 /* Available flag. */
|
||||
#define B_DIRTY 0x00200000 /* Needs writing later (in EXT2FS). */
|
||||
#define B_RELBUF 0x00400000 /* Release VMIO buffer. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue