| /linux/fs/fuse/ |
| H A D | cuse.c | 241 key = strstrip(key); in cuse_parse_one() 242 val = strstrip(val); in cuse_parse_one() 244 key = strstrip(key); in cuse_parse_one()
|
| /linux/drivers/block/rnbd/ |
| H 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/ |
| H A D | ipmi_si_hotmod.c | 196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
|
| /linux/kernel/kcsan/ |
| H A D | debugfs.c | 230 arg = strstrip(kbuf); in debugfs_write()
|
| /linux/arch/x86/kernel/ |
| H A D | msr.c | 300 char *s = strstrip((char *)val); in module_exit()
|
| /linux/kernel/ |
| H A D | fail_function.c | 252 sym = strstrip(buf); in fei_write()
|
| /linux/kernel/cgroup/ |
| H A D | legacy_freezer.c | 415 buf = strstrip(buf); in freezer_write()
|
| H A D | misc.c | 263 buf = strstrip(buf); in misc_cg_max_write()
|
| H A D | pids.c | 309 buf = strstrip(buf); in pids_max_write()
|
| H A D | rdma.c | 434 char *options = strstrip(buf); in rdmacg_resource_set_max()
|
| H A D | cgroup.c | 3056 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 3556 buf = strstrip(buf); in cgroup_subtree_control_write() 3716 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write() 3751 buf = strstrip(buf); in cgroup_max_descendants_write() 3794 buf = strstrip(buf); in cgroup_max_depth_write() 4086 ret = kstrtoint(strstrip(buf), 0, &enable); in cgroup_pressure_write() 4162 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write() 4224 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
|
| H A D | dmem.c | 745 options = strstrip(options); in dmemcg_limit_write()
|
| /linux/mm/ |
| H A D | memcontrol.c | 4351 buf = strstrip(buf); in memory_min_write() 4374 buf = strstrip(buf); in memory_low_write() 4399 buf = strstrip(buf); in memory_high_write() 4451 buf = strstrip(buf); in memory_max_write() 4595 buf = strstrip(buf); in memory_oom_group_write() 5363 buf = strstrip(buf); in swap_high_write() 5386 buf = strstrip(buf); in swap_max_write() 5577 buf = strstrip(buf); in zswap_max_write() 5600 ssize_t parse_ret = kstrtoint(strstrip(buf), 0, &zswap_writeback); in zswap_writeback_write()
|
| H A D | memcontrol-v1.c | 1091 buf = strstrip(buf); in memcg_write_event_control() 1671 buf = strstrip(buf); in mem_cgroup_write()
|
| /linux/drivers/target/ |
| H A D | target_core_configfs.c | 1449 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1505 stripped = strstrip(buf); in target_wwn_product_id_store() 1561 stripped = strstrip(buf); in target_wwn_revision_store() 1704 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 1773 stripped = strstrip(buf); in target_wwn_pd_text_id_info_store() 2515 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 2521 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
| H 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/include/linux/ |
| H A D | string.h | 189 static inline __must_check char *strstrip(char *str) in strstrip() function
|
| /linux/kernel/sched/ |
| H A D | debug.c | 142 cmp = strstrip(buf); in sched_feat_write() 227 mode = sched_dynamic_mode(strstrip(buf)); in sched_dynamic_write()
|
| /linux/kernel/trace/ |
| H A D | trace_hwlat.c | 692 mode = strstrip(buf); in hwlat_mode_write()
|
| H A D | trace_osnoise.c | 2221 option_str = strstrip(buf); in osnoise_options_write() 2224 option_str = strstrip(&buf[3]); in osnoise_options_write()
|
| /linux/security/ |
| H A D | device_cgroup.c | 785 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | inject.c | 378 __buf = strstrip(buf); in flags_write()
|
| /linux/fs/proc/ |
| H A D | base.c | 1232 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1291 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1435 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1581 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
| /linux/block/ |
| H A D | blk-mq-debugfs.c | 134 op = strstrip(opbuf); in queue_state_write()
|
| /linux/drivers/pinctrl/ |
| H A D | pinmux.c | 731 gname = strstrip(buf); in pinmux_select_write()
|