Searched refs:memlock (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
| H A D | 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch | 12 lib/mm/memlock.c | 2 +- 15 Index: LVM2.2.02.177/lib/mm/memlock.c 17 --- LVM2.2.02.177.orig/lib/mm/memlock.c 18 +++ LVM2.2.02.177/lib/mm/memlock.c
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | map.c | 485 char *memlock, *frozen_str; in show_map_close_json() local 488 memlock = get_fdinfo(fd, "memlock"); in show_map_close_json() 501 if (memlock) in show_map_close_json() 502 jsonw_int_field(json_wtr, "bytes_memlock", atoi(memlock)); in show_map_close_json() 503 free(memlock); in show_map_close_json() 574 char *memlock, *frozen_str; in show_map_close_plain() local 577 memlock = get_fdinfo(fd, "memlock"); in show_map_close_plain() 584 if (memlock) in show_map_close_plain() 585 printf(" memlock %sB", memlock); in show_map_close_plain() 586 free(memlock); in show_map_close_plain()
|
| H A D | prog.c | 377 char *memlock; in print_prog_json() local 403 memlock = get_fdinfo(fd, "memlock"); in print_prog_json() 404 if (memlock) in print_prog_json() 405 jsonw_int_field(json_wtr, "bytes_memlock", atoi(memlock)); in print_prog_json() 406 free(memlock); in print_prog_json() 456 char *memlock; in print_prog_plain() local 476 memlock = get_fdinfo(fd, "memlock"); in print_prog_plain() 477 if (memlock) in print_prog_plain() 478 printf(" memlock %sB", memlock); in print_prog_plain() 479 free(memlock); in print_prog_plain()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-map.rst | 180 key 4B value 8B max_entries 2048 memlock 167936B 238 xlated 240B jited 257B memlock 4096B map_ids 294 242 xlated 200B jited 164B memlock 4096B 246 xlated 200B jited 164B memlock 4096B 254 key 4B value 4B max_entries 1 memlock 4096B
|
| H A D | bpftool-prog.rst | 234 xlated 528B jited 370B memlock 4096B map_ids 10 316 xlated 488B jited 336B memlock 4096B map_ids 7
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | daemon.conf | 73 ; rlimit-memlock = -1
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | daemon.conf | 73 ; rlimit-memlock = -1
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | gdth.h | 707 u8 memlock; /* write protection DPRAM */ member
|