/linux-4.1.27/arch/s390/mm/ |
D | page-states.c | 25 parm = strstrip(str); in cmma()
|
/linux-4.1.27/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.1.27/include/linux/ |
D | string.h | 65 static inline __must_check char *strstrip(char *str) in strstrip() function
|
/linux-4.1.27/net/ipv4/ |
D | tcp_memcontrol.c | 122 buf = strstrip(buf); in tcp_cgroup_write()
|
/linux-4.1.27/arch/s390/kernel/ |
D | early.c | 409 strlcpy(boot_command_line, strstrip(COMMAND_LINE), in setup_boot_command_line()
|
/linux-4.1.27/kernel/ |
D | cgroup_freezer.c | 427 buf = strstrip(buf); in freezer_write()
|
D | cgroup.c | 2392 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in __cgroup_procs_write() 2520 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write() 2702 buf = strstrip(buf); in cgroup_subtree_control_write()
|
D | cpuset.c | 1649 buf = strstrip(buf); in cpuset_write_resmask()
|
/linux-4.1.27/mm/ |
D | hugetlb_cgroup.c | 281 buf = strstrip(buf); in hugetlb_cgroup_write()
|
D | memcontrol.c | 3304 buf = strstrip(buf); in mem_cgroup_write() 4106 buf = strstrip(buf); in memcg_write_event_control() 5265 buf = strstrip(buf); in memory_low_write() 5296 buf = strstrip(buf); in memory_high_write() 5331 buf = strstrip(buf); in memory_max_write()
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 770 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | lpar.c | 613 parm = strstrip(str); in cmo_free_hint()
|
/linux-4.1.27/fs/proc/ |
D | base.c | 858 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 961 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1151 make_it_fail = simple_strtol(strstrip(buffer), &end, 0); in proc_fault_inject_write() 1260 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
D | task_mmu.c | 883 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 600 "%s", strstrip(buf)); in target_core_dev_wwn_store_attr_vpd_unit_serial() 1451 if (strcmp(strstrip(buf), "NULL")) { in target_core_store_alua_lu_gp() 1457 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_core_store_alua_lu_gp()
|
D | target_core_alua.c | 2041 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 2048 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 234 s = strstrip(valcp); in set_param_str()
|
/linux-4.1.27/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.1.27/block/ |
D | elevator.c | 957 e = elevator_get(strstrip(elevator_name), true); in __elevator_change()
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 1985 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter() 2046 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
|
D | blktrace.c | 1587 s = strstrip(buf); in blk_trace_str2mask()
|
D | trace.c | 3580 cmp = strstrip(option); in trace_set_options() 5233 clockstr = strstrip(buf); in tracing_clock_write()
|
D | ftrace.c | 5467 tmp = strstrip(buf); in ftrace_pid_write()
|
/linux-4.1.27/drivers/ata/ |
D | libata-core.c | 6535 val = strstrip(start); in ata_parse_force_one() 6540 id = strstrip(start); in ata_parse_force_one() 6541 val = strstrip(p + 1); in ata_parse_force_one()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 243 cmp = strstrip(buf); in sched_feat_write()
|