Searched refs:gsp (Results 1 - 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c201 struct sched_param gsp; /* gsp schedule priority. */ local
243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) {
265 gsp.sched_priority, procnum);
269 locargptr->act_prio = gsp.sched_priority;
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c293 { Addr gsp = VG_(get_SP)(tid); local
295 VG_(unknown_SP_update_w_ECU)(gsp, gsp, 0/*unknown origin*/);
297 VG_(unknown_SP_update)(gsp, gsp);
/external/python/cpython2/Modules/_ctypes/
H A D_ctypes.c1346 add_getset(PyTypeObject *type, PyGetSetDef *gsp) argument
1349 for (; gsp->name != NULL; gsp++) {
1351 descr = PyDescr_NewGetSet(type, gsp);
1354 if (PyDict_SetItemString(dict, gsp->name, descr) < 0) {
/external/python/cpython3/Modules/_ctypes/
H A D_ctypes.c1283 add_getset(PyTypeObject *type, PyGetSetDef *gsp) argument
1286 for (; gsp->name != NULL; gsp++) {
1288 descr = PyDescr_NewGetSet(type, gsp);
1291 if (PyDict_SetItemString(dict, gsp->name, descr) < 0) {
/external/python/cpython2/Objects/
H A Dtypeobject.c3724 add_getset(PyTypeObject *type, PyGetSetDef *gsp) argument
3728 for (; gsp->name != NULL; gsp++) {
3730 if (PyDict_GetItemString(dict, gsp->name))
3732 descr = PyDescr_NewGetSet(type, gsp);
3736 if (PyDict_SetItemString(dict, gsp->name, descr) < 0) {
/external/python/cpython3/Objects/
H A Dtypeobject.c4614 add_getset(PyTypeObject *type, PyGetSetDef *gsp) argument
4618 for (; gsp->name != NULL; gsp++) {
4620 if (PyDict_GetItemString(dict, gsp->name))
4622 descr = PyDescr_NewGetSet(type, gsp);
4626 if (PyDict_SetItemString(dict, gsp->name, descr) < 0) {
/external/python/cpython2/Modules/
H A D_bsddb.c4963 DB_MPOOL_STAT *gsp; local
4976 err = self->db_env->memp_stat(self->db_env, &gsp, &fsp, flags);
4983 if (gsp)
4984 free(gsp);
4988 #define MAKE_ENTRY(name) _addIntToDict(d, #name, gsp->st_##name)
5043 free(gsp);

Completed in 676 milliseconds