Searched refs:ptr_size (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/perf_events/ |
| H A D | mmap.c | 44 unsigned long ptr_size; in FIXTURE_VARIANT() local 50 .ptr_size = RB_SIZE, in FIXTURE_VARIANT_ADD() 56 .ptr_size = AUX_SIZE, in FIXTURE_VARIANT_ADD() 190 unsigned long size = variant->ptr_size; in TEST_F() 215 unsigned long size = variant->ptr_size; in TEST_F() 225 unsigned long size = variant->ptr_size; in TEST_F()
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 49 static int ptr_size[KPARAM_CNT] = { XENFB_WIDTH, XENFB_HEIGHT }; variable 50 module_param_array(ptr_size, int, NULL, 0444); 51 MODULE_PARM_DESC(ptr_size, 279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 281 ptr_size[KPARAM_X]); in xenkbd_probe() 282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 284 ptr_size[KPARAM_Y]); in xenkbd_probe() 306 ptr_size[KPARAM_X], 0, 0); in xenkbd_probe() 308 ptr_size[KPARAM_Y], 0, 0); in xenkbd_probe()
|
| /linux/fs/ |
| H A D | exec.c | 400 unsigned long limit, ptr_size; in bprm_stack_limits() local 433 if (check_add_overflow(max(bprm->argc, 1), bprm->envc, &ptr_size) || in bprm_stack_limits() 434 check_mul_overflow(ptr_size, sizeof(void *), &ptr_size)) in bprm_stack_limits() 436 if (limit <= ptr_size) in bprm_stack_limits() 438 limit -= ptr_size; in bprm_stack_limits()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 983 size_t ptr_size = sizeof(struct ceph_mds_session *); in register_session() local 986 sa = kcalloc(newmax, ptr_size, GFP_NOFS); in register_session() 991 mdsc->max_sessions * ptr_size); in register_session()
|