函数逻辑报告 |
Source Code:include\linux\sched\signal.h |
Create Date:2022-07-27 06:42:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:rlimit
函数原型:static inline unsigned long rlimit(unsigned int limit)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | limit |
698 | 返回:task_rlimit(当前进程, limit) |
名称 | 描述 |
---|---|
validate_prctl_map_addr | Check arithmetic relations of passed addresses.* WARNING: we don't require any capability here so be very careful* in what is allowed for modification from userspace. |
bpf_charge_memlock | |
__bpf_prog_charge | |
perf_mmap | |
generic_write_check_limits | Don't operate on ranges the page cache doesn't support, and don't exceed the* LFS limits. If pos is under the limit it becomes a short access. If it* exceeds the limit we return -EFBIG. |
can_do_mlock | |
do_mlock | |
SYSCALL_DEFINE1 | |
user_shm_lock | |
SYSCALL_DEFINE1 | |
mlock_future_check | |
acct_stack_growth | Verify that the stack growth is acceptable and* update accounting. This is shared with both the |
may_expand_vm | Return true if the calling process may expand its vm space by the passed* number of pages |
vma_to_resize | |
shmctl_do_lock | |
mqueue_get_inode | |
selinux_bprm_committing_creds | Prepare a process for imminent new credential changes due to exec |
__do_execve_file | sys_execve() executes a new program. |
do_sys_poll | |
inode_newsize_ok | de_newsize_ok - may this inode be truncated to a given size*@inode: the inode to be truncated*@offset: the new size to assign to the inode* inode_newsize_ok must be called with i_mutex held |
alloc_fd | |
get_unused_fd_flags | |
replace_fd | |
ksys_dup3 | |
f_dupfd | |
io_account_mem | |
load_aout_binary | These are the functions used to load a.out style executables and shared* libraries. There is no binary dependent code anywhere else. |
load_flat_file | |
format_corename | rmat_corename will inspect the pattern parameter, and output a* name into corename, which must have space for at least* CORENAME_MAX_SIZE bytes plus one byte for the zero terminator. |
do_coredump |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |