/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f3a.c | 65 if (drvdata->attn_data.size < f3a->register_count) { in rmi_f3a_attention() 73 drvdata->attn_data.size -= f3a->register_count; in rmi_f3a_attention()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sigtrap.c | 40 .size = sizeof(attr), in make_event_attr() 97 .size = sizeof(attr), in attr_has_sigtrap()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_objref.c | 90 .size = NFT_EXPR_SIZE(sizeof(struct nft_object *)), 203 .size = NFT_EXPR_SIZE(sizeof(struct nft_objref_map)),
|
H A D | nft_queue.c | 190 .size = NFT_EXPR_SIZE(sizeof(struct nft_queue)), 200 .size = NFT_EXPR_SIZE(sizeof(struct nft_queue)),
|
H A D | nft_fwd_netdev.c | 217 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_neigh)), 227 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_netdev)),
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk_diag.c | 58 du.size = umem->size; in xsk_diag_put_umem()
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | common.h | 85 const size_t size, const __u32 flags) in landlock_create_ruleset() 87 return syscall(__NR_landlock_create_ruleset, attr, size, flags); in landlock_create_ruleset() 84 landlock_create_ruleset(const struct landlock_ruleset_attr *const attr, const size_t size, const __u32 flags) landlock_create_ruleset() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_hierarchical_stats.c | 71 static int read_from_file(const char *path, char *buf, size_t size) in read_from_file() argument 79 len = read(fd, buf, size); in read_from_file()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 269 * with *size* which is expected to be at least BPF_BUILD_ID_SIZE bytes. 270 * Returns size of build id on success. On error the error value is 273 int read_build_id(const char *path, char *build_id, size_t size) in read_build_id() argument 280 if (size < BPF_BUILD_ID_SIZE) in read_build_id()
|
/kernel/liteos_a/fs/vfs/epoll/ |
H A D | fs_epoll.c | 43 int size; member 169 * epoll_create is implemented by calling epoll_create1, it's parameter 'size' is useless. 191 epHead->size = EPOLL_DEFAULT_SIZE; in epoll_create1()
|
/kernel/liteos_a/kernel/extended/container/ |
H A D | los_uts_container.c | 70 UINT32 size = sizeof(UtsContainer); in CreateNewUtsContainer() local 71 UtsContainer *utsContainer = (UtsContainer *)LOS_MemAlloc(m_aucSysMem1, size); in CreateNewUtsContainer()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sys_arch.c | 149 err_t sys_mbox_new(sys_mbox_t *mbox, int size) in sys_mbox_new() argument 152 UINT32 ret = LOS_QueueCreate(qName, (UINT16)size, mbox, 0, sizeof(void *)); in sys_mbox_new()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | msm_drm.h | 58 __u64 size; member 99 __u32 size; member
|
/kernel/liteos_m/utils/ |
H A D | los_compiler.h | 388 * Align the tail of the object with the base address addr, with size bytes being the smallest unit of alignment.
390 #define TRUNCATE(addr, size) ((addr) & ~((size) - 1))
406 * @param boundary [IN] The align size what you want to align.
|
/kernel/uniproton/src/config/ |
H A D | prt_config.c | 17 OS_SEC_ALW_INLINE INLINE void OsConfigAddrSizeGet(uintptr_t addr, uintptr_t size, in OsConfigAddrSizeGet() argument 21 *destSize = size; in OsConfigAddrSizeGet()
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug.c | 266 void page_init_poison(struct page *page, size_t size) in page_init_poison() argument 269 memset(page, PAGE_POISON_PATTERN, size); in page_init_poison()
|
/kernel/linux/linux-6.6/lib/ |
H A D | generic-radix-tree.c | 26 * Returns size (of data, in bytes) that a tree of a given depth holds: 228 int __genradix_prealloc(struct __genradix *radix, size_t size, in __genradix_prealloc() argument 233 for (offset = 0; offset < size; offset += PAGE_SIZE) in __genradix_prealloc()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 101 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)), 190 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 157 .size = NFT_EXPR_SIZE(sizeof(struct nft_fib)), 167 .size = NFT_EXPR_SIZE(sizeof(struct nft_fib)),
|
/kernel/linux/linux-6.6/sound/soc/uniphier/ |
H A D | aio.h | 346 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th); 349 void aiodma_rb_sync(struct uniphier_aio_sub *sub, u64 start, u64 size,
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_coef_gen.py | 35 help='Raw block device to use for testing, ignores --testfile-size') 36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16, 37 help='Testfile size in gigabytes (default: %(default)s)') 41 help='Sequential test block size in megabytes (default: %(default)s)') 73 def create_testfile(path, size): 76 if os.path.isfile(path) and os.stat(path).st_size == size: 84 f'pv -s {size} -pr /dev/urandom {"-q" if args.quiet else ""} | ' 85 f'dd of={path} count={size} '
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | msm_drm.h | 58 __u64 size; member 99 __u32 size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/wimax/ |
H A D | i2400m.h | 17 __le32 size; member 109 __u32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/wimax/ |
H A D | i2400m.h | 30 __le32 size; member 121 __u32 size; member
|
/kernel/linux/linux-6.6/samples/landlock/ |
H A D | sandboxer.c | 27 const size_t size, const __u32 flags) in landlock_create_ruleset() 29 return syscall(__NR_landlock_create_ruleset, attr, size, flags); in landlock_create_ruleset() 26 landlock_create_ruleset(const struct landlock_ruleset_attr *const attr, const size_t size, const __u32 flags) landlock_create_ruleset() argument
|