Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:too_many_pipe_buffers_hard
Proto:static bool too_many_pipe_buffers_hard(unsigned long user_bufs)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | user_bufs |
753 | hard_limit = READ_ONCE(Maximum allocatable pages per user. Hard limit is unset by default, soft* matches default values.) |
755 | Return hard_limit && user_bufs > hard_limit |
Name | Describe |
---|---|
alloc_pipe_info | |
pipe_set_size | Allocate a new array of pipe buffers and copy the info over. Returns the* pipe size if successful, or return -ERROR on error. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |