Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:12:57 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The same as above function, except we don't guarantee preloading happens.* We do it, if we decide it helps. On success, return zero with preemption* disabled. On error, return -ENOMEM with preemption not disabled.
Proto:int radix_tree_maybe_preload(gfp_t gfp_mask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp_mask |
390 | If gfpflags_allow_blocking(gfp_mask) Then Return Load up this CPU's radix_tree_node buffer with sufficient objects to* ensure that the addition of a single element in the tree cannot fail |
394 | Return 0 |
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 |