Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c1026 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 Dicp_qat_hw_20_comp.h70 __u16 nice; member
105 QAT_FIELD_SET(val32, csr.nice, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
A Dadf_gen4_hw_data.c518 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 DTODO67 It would be also nice to have useful listing mode -- name, type,
74 ethernet interface would be nice.
/drivers/parport/
A DTODO-parport9 a) ECP support would be nice. This can only work if both the port and
/drivers/pnp/pnpbios/
A DKconfig38 See the latest pcmcia-cs (stand-alone package) for a nice set of
/drivers/cpufreq/
A DKconfig8 CPUs on the fly. This is a nice method to save power, because
/drivers/android/
A Dbinder.c679 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