Searched refs:intarg (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | super.c | 380 int intarg; in btrfs_parse_options() local 527 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 530 } else if (intarg > 0) { in btrfs_parse_options() 531 info->thread_pool_size = intarg; in btrfs_parse_options() 599 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 602 } else if (intarg >= 0) { in btrfs_parse_options() 603 info->metadata_ratio = intarg; in btrfs_parse_options() 679 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 682 } else if (intarg >= 0) { in btrfs_parse_options() 683 info->check_integrity_print_mask = intarg; in btrfs_parse_options() [all …]
|
/linux-4.4.14/arch/tile/kernel/ |
D | messaging.c | 96 (struct hv_driver_cb *)him->intarg; in hv_message_intr()
|
D | hvglue_trace.c | 258 HV_WRAP3(int, hv_dev_poll, int, devhdl, __hv32, events, HV_IntArg, intarg) 261 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg) 263 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg)
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 1728 HV_IntArg intarg; /**< Interrupt argument, passed to the poll/preada/pwritea member 1770 int hv_dev_poll(int devhdl, __hv32 events, HV_IntArg intarg); 1900 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg); 1946 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg);
|