Searched refs:strstrip (Results 1 – 25 of 42) sorted by relevance
12
| /linux/fs/fuse/ |
| A D | cuse.c | 240 key = strstrip(key); in cuse_parse_one() 241 val = strstrip(val); in cuse_parse_one() 243 key = strstrip(key); in cuse_parse_one()
|
| /linux/drivers/block/rnbd/ |
| A D | rnbd-clt-sysfs.c | 85 sep_opt = strstrip(options); in rnbd_clt_parse_map_options() 309 options = strstrip(opt); in rnbd_clt_unmap_dev_store() 410 options = strstrip(opt); in rnbd_clt_remap_dev_store()
|
| /linux/drivers/char/ipmi/ |
| A D | ipmi_si_hotmod.c | 196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
|
| A D | ipmi_watchdog.c | 218 s = strstrip(valcp); in set_param_str()
|
| /linux/kernel/kcsan/ |
| A D | debugfs.c | 233 arg = strstrip(kbuf); in debugfs_write()
|
| /linux/mm/ |
| A D | memcontrol.c | 4022 buf = strstrip(buf); in memory_min_write() 4045 buf = strstrip(buf); in memory_low_write() 4070 buf = strstrip(buf); in memory_high_write() 4119 buf = strstrip(buf); in memory_max_write() 4257 buf = strstrip(buf); in memory_oom_group_write() 4294 buf = strstrip(buf); in memory_reclaim() 4301 buf = strstrip(buf); in memory_reclaim() 5164 buf = strstrip(buf); in swap_high_write() 5187 buf = strstrip(buf); in swap_max_write() 5381 buf = strstrip(buf); in zswap_max_write() [all …]
|
| A D | hugetlb_cgroup.c | 607 buf = strstrip(buf); in hugetlb_cgroup_write()
|
| /linux/arch/x86/kernel/ |
| A D | msr.c | 300 char *s = strstrip((char *)val); in module_exit()
|
| /linux/kernel/ |
| A D | fail_function.c | 252 sym = strstrip(buf); in fei_write()
|
| /linux/block/ |
| A D | elevator.c | 718 name = strstrip(elevator_name); in elv_iosched_load_module() 740 ret = elevator_change(disk->queue, strstrip(elevator_name)); in elv_iosched_store()
|
| A D | blk-mq-debugfs.c | 130 op = strstrip(opbuf); in queue_state_write()
|
| /linux/kernel/cgroup/ |
| A D | legacy_freezer.c | 429 buf = strstrip(buf); in freezer_write()
|
| A D | misc.c | 275 buf = strstrip(buf); in misc_cg_max_write()
|
| A D | pids.c | 309 buf = strstrip(buf); in pids_max_write()
|
| A D | rdma.c | 434 char *options = strstrip(buf); in rdmacg_resource_set_max()
|
| A D | cgroup.c | 2926 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 3405 buf = strstrip(buf); in cgroup_subtree_control_write() 3565 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write() 3600 buf = strstrip(buf); in cgroup_max_descendants_write() 3643 buf = strstrip(buf); in cgroup_max_depth_write() 3914 ret = kstrtoint(strstrip(buf), 0, &enable); in cgroup_pressure_write() 3990 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write() 4056 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
|
| /linux/include/linux/ |
| A D | string.h | 188 static inline __must_check char *strstrip(char *str) in strstrip() function
|
| /linux/drivers/target/ |
| A D | target_core_configfs.c | 1439 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1495 stripped = strstrip(buf); in target_wwn_product_id_store() 1551 stripped = strstrip(buf); in target_wwn_revision_store() 1694 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 2455 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 2461 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
| A D | target_core_alua.c | 1924 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 1931 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
| /linux/kernel/sched/ |
| A D | debug.c | 139 cmp = strstrip(buf); in sched_feat_write() 234 mode = sched_dynamic_mode(strstrip(buf)); in sched_dynamic_write()
|
| /linux/security/ |
| A D | device_cgroup.c | 791 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
| /linux/kernel/trace/ |
| A D | trace_hwlat.c | 698 mode = strstrip(buf); in hwlat_mode_write()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | inject.c | 378 __buf = strstrip(buf); in flags_write()
|
| /linux/drivers/pinctrl/ |
| A D | pinmux.c | 695 gname = strstrip(buf); in pinmux_select_write()
|
| /linux/fs/proc/ |
| A D | base.c | 1225 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1284 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1428 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1577 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
Completed in 1061 milliseconds
12