/Linux-v4.19/fs/fuse/ |
D | cuse.c | 238 key = strstrip(key); in cuse_parse_one() 239 val = strstrip(val); in cuse_parse_one() 241 key = strstrip(key); in cuse_parse_one()
|
/Linux-v4.19/arch/s390/mm/ |
D | page-states.c | 26 parm = strstrip(str); in cmma()
|
/Linux-v4.19/kernel/cgroup/ |
D | pids.c | 265 buf = strstrip(buf); in pids_max_write()
|
D | freezer.c | 424 buf = strstrip(buf); in freezer_write()
|
D | rdma.c | 438 char *options = strstrip(buf); in rdmacg_resource_set_max()
|
D | cgroup.c | 2655 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 3109 buf = strstrip(buf); in cgroup_subtree_control_write() 3269 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write() 3303 buf = strstrip(buf); in cgroup_max_descendants_write() 3346 buf = strstrip(buf); in cgroup_max_depth_write() 4450 buf = strstrip(buf); in cgroup_threads_write()
|
D | cgroup-v1.c | 583 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
|
/Linux-v4.19/arch/s390/kernel/ |
D | early.c | 324 strlcpy(boot_command_line, strstrip(COMMAND_LINE), in setup_boot_command_line()
|
/Linux-v4.19/kernel/ |
D | fail_function.c | 267 sym = strstrip(buf); in fei_write()
|
/Linux-v4.19/mm/ |
D | hugetlb_cgroup.c | 298 buf = strstrip(buf); in hugetlb_cgroup_write()
|
D | memcontrol.c | 3219 buf = strstrip(buf); in mem_cgroup_write() 4040 buf = strstrip(buf); in memcg_write_event_control() 5384 buf = strstrip(buf); in memory_min_write() 5414 buf = strstrip(buf); in memory_low_write() 5445 buf = strstrip(buf); in memory_high_write() 5483 buf = strstrip(buf); in memory_max_write() 5633 buf = strstrip(buf); in memory_oom_group_write() 6621 buf = strstrip(buf); in swap_max_write()
|
D | zswap.c | 679 char *s = strstrip((char *)val); in __zswap_param_set()
|
/Linux-v4.19/include/linux/ |
D | string.h | 71 static inline __must_check char *strstrip(char *str) in strstrip() function
|
/Linux-v4.19/security/ |
D | device_cgroup.c | 762 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-inject.c | 365 __buf = strstrip(buf); in flags_write()
|
/Linux-v4.19/fs/proc/ |
D | base.c | 1131 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1191 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1331 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1481 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | lpar.c | 782 parm = strstrip(str); in cmo_free_hint()
|
/Linux-v4.19/drivers/target/ |
D | target_core_alua.c | 1949 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 1956 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
D | target_core_configfs.c | 1273 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 2022 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 2028 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_filter.c | 1771 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter() 1832 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 218 s = strstrip(valcp); in set_param_str()
|
/Linux-v4.19/block/ |
D | blk-mq-debugfs.c | 170 op = strstrip(opbuf); in queue_state_write()
|
D | elevator.c | 1100 e = elevator_get(q, strstrip(elevator_name), true); in __elevator_change()
|
/Linux-v4.19/kernel/sched/ |
D | debug.c | 145 cmp = strstrip(buf); in sched_feat_write()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_hw.c | 366 s = strstrip(p->id); in csio_hw_get_vpd_params() 368 s = strstrip(p->ec); in csio_hw_get_vpd_params() 371 s = strstrip(p->sn); in csio_hw_get_vpd_params()
|