/linux-4.4.14/arch/s390/mm/ |
D | page-states.c | 25 parm = strstrip(str); in cmma()
|
/linux-4.4.14/fs/fuse/ |
D | cuse.c | 237 key = strstrip(key); in cuse_parse_one() 238 val = strstrip(val); in cuse_parse_one() 240 key = strstrip(key); in cuse_parse_one()
|
/linux-4.4.14/include/linux/ |
D | string.h | 68 static inline __must_check char *strstrip(char *str) in strstrip() function
|
/linux-4.4.14/net/ipv4/ |
D | tcp_memcontrol.c | 122 buf = strstrip(buf); in tcp_cgroup_write()
|
/linux-4.4.14/kernel/ |
D | cgroup_pids.c | 247 buf = strstrip(buf); in pids_max_write()
|
D | cgroup_freezer.c | 424 buf = strstrip(buf); in freezer_write()
|
D | cgroup.c | 2729 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in __cgroup_procs_write() 2836 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write() 2982 buf = strstrip(buf); in cgroup_subtree_control_write()
|
D | cpuset.c | 1683 buf = strstrip(buf); in cpuset_write_resmask()
|
/linux-4.4.14/arch/s390/kernel/ |
D | early.c | 422 strlcpy(boot_command_line, strstrip(COMMAND_LINE), in setup_boot_command_line()
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 151 __buf = strstrip(buf); in flags_write()
|
/linux-4.4.14/mm/ |
D | hugetlb_cgroup.c | 282 buf = strstrip(buf); in hugetlb_cgroup_write()
|
D | memcontrol.c | 3005 buf = strstrip(buf); in mem_cgroup_write() 3900 buf = strstrip(buf); in memcg_write_event_control() 5102 buf = strstrip(buf); in memory_low_write() 5133 buf = strstrip(buf); in memory_high_write() 5171 buf = strstrip(buf); in memory_max_write()
|
D | zswap.c | 702 char *s = strstrip((char *)val); in __zswap_param_set()
|
/linux-4.4.14/security/ |
D | device_cgroup.c | 770 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 613 parm = strstrip(str); in cmo_free_hint()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1064 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1167 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1339 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1448 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
D | task_mmu.c | 925 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 237 s = strstrip(valcp); in set_param_str()
|
/linux-4.4.14/drivers/target/ |
D | target_core_alua.c | 1987 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 1994 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
D | target_core_configfs.c | 1127 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 1876 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 1882 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
/linux-4.4.14/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()
|
/linux-4.4.14/block/ |
D | elevator.c | 959 e = elevator_get(strstrip(elevator_name), true); in __elevator_change()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 2036 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter() 2097 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
|
D | blktrace.c | 1576 s = strstrip(buf); in blk_trace_str2mask()
|
D | trace.c | 3591 cmp = strstrip(option); in trace_set_options() 5266 clockstr = strstrip(buf); in tracing_clock_write()
|
D | ftrace.c | 5473 tmp = strstrip(buf); in ftrace_pid_write()
|
/linux-4.4.14/drivers/ata/ |
D | libata-core.c | 6533 val = strstrip(start); in ata_parse_force_one() 6538 id = strstrip(start); in ata_parse_force_one() 6539 val = strstrip(p + 1); in ata_parse_force_one()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 221 cmp = strstrip(buf); in sched_feat_write()
|