Searched refs:nice (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/omapdrm/ |
| A D | omap_dmm_tiler.c | 1026 int w = (map_width(xdiv, x0, x1) - strlen(nice)) / 2; in text_map() 1029 while (*nice) in text_map() 1030 *p++ = *nice++; in text_map() 1037 sprintf(nice, "%dK", tcm_sizeof(*a) * 4); in map_1d_info() 1042 if (strlen(nice) < map_width(xdiv, a->p0.x, 256 - 1)) in map_1d_info() 1043 text_map(map, xdiv, nice, a->p0.y / ydiv, in map_1d_info() 1045 else if (strlen(nice) < map_width(xdiv, 0, a->p1.x)) in map_1d_info() 1046 text_map(map, xdiv, nice, a->p1.y / ydiv, in map_1d_info() 1072 char nice[128]; in tiler_map_show() local 1113 map_2d_info(map, xdiv, ydiv, nice, in tiler_map_show() [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | icp_qat_hw_20_comp.h | 70 __u16 nice; member 105 QAT_FIELD_SET(val32, csr.nice, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
|
| A D | adf_gen4_hw_data.c | 518 hw_comp_upper_csr.nice = ICP_QAT_HW_COMP_20_CONFIG_CSR_NICE_PARAM_DEFAULT_VAL; in adf_gen4_build_comp_block()
|
| /drivers/leds/ |
| A D | TODO | 67 It would be also nice to have useful listing mode -- name, type, 74 ethernet interface would be nice.
|
| /drivers/parport/ |
| A D | TODO-parport | 9 a) ECP support would be nice. This can only work if both the port and
|
| /drivers/pnp/pnpbios/ |
| A D | Kconfig | 38 See the latest pcmcia-cs (stand-alone package) for a nice set of
|
| /drivers/cpufreq/ |
| A D | Kconfig | 8 CPUs on the fly. This is a nice method to save power, because
|
| /drivers/android/ |
| A D | binder.c | 679 static void binder_set_nice(long nice) in binder_set_nice() argument 683 if (can_nice(current, nice)) { in binder_set_nice() 684 set_user_nice(current, nice); in binder_set_nice() 690 current->pid, nice, min_nice); in binder_set_nice()
|
Completed in 20 milliseconds