Searched refs:intarg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | super.c | 394 int intarg; in btrfs_parse_options() local 541 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 544 } else if (intarg > 0) { in btrfs_parse_options() 545 info->thread_pool_size = intarg; in btrfs_parse_options() 613 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 616 } else if (intarg >= 0) { in btrfs_parse_options() 617 info->metadata_ratio = intarg; in btrfs_parse_options() 693 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 696 } else if (intarg >= 0) { in btrfs_parse_options() 697 info->check_integrity_print_mask = intarg; in btrfs_parse_options() [all …]
|
/linux-4.1.27/arch/tile/kernel/ |
D | messaging.c | 96 (struct hv_driver_cb *)him->intarg; in hv_message_intr()
|
D | hvglue_trace.c | 256 HV_WRAP3(int, hv_dev_poll, int, devhdl, __hv32, events, HV_IntArg, intarg) 259 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg) 261 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg)
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 1720 HV_IntArg intarg; /**< Interrupt argument, passed to the poll/preada/pwritea member 1762 int hv_dev_poll(int devhdl, __hv32 events, HV_IntArg intarg); 1842 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg); 1888 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg);
|