Home
last modified time | relevance | path

Searched refs:num_post (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsnapper.py545 def _get_num_interval(config, num_pre, num_post): argument
549 post = int(num_post) if num_post else 0
644 def status(config="root", num_pre=None, num_post=None): argument
665 pre, post = _get_num_interval(config, num_pre, num_post)
688 def changed_files(config="root", num_pre=None, num_post=None): argument
708 return status(config, num_pre, num_post).keys()
711 def undo(config="root", files=None, num_pre=None, num_post=None): argument
730 pre, post = _get_num_interval(config, num_pre, num_post)
797 return undo(config, num_pre=pre_snapshot, num_post=post_snapshot)
800 def diff(config="root", filename=None, num_pre=None, num_post=None): argument
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dsnapper.py187 status = __salt__["snapper.status"](config, num_pre=0, num_post=number)
206 config, num_pre=0, num_post=number, filename=file
222 config, num_pre=number, num_post=0, files=status.keys()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.h365 const int num_post) in post_recvs() argument
371 if(0 == num_post) in post_recvs()
374 for(i = 0; i < num_post; i++) { in post_recvs()
408 int cm_received = 0, num_post = 0; in mca_btl_openib_endpoint_post_rr_nolock() local
413 num_post = rd_num - ep->qps[qp].u.pp_qp.rd_posted; in mca_btl_openib_endpoint_post_rr_nolock()
415 assert(num_post >= 0); in mca_btl_openib_endpoint_post_rr_nolock()
420 if((rc = post_recvs(ep, qp, num_post)) != OPAL_SUCCESS) { in mca_btl_openib_endpoint_post_rr_nolock()
423 OPAL_THREAD_ADD32(&ep->qps[qp].u.pp_qp.rd_posted, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
424 OPAL_THREAD_ADD32(&ep->qps[qp].u.pp_qp.rd_credits, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
H A Dbtl_openib_component.c3904 int num_post, i, rc; in mca_btl_openib_post_srr() local
3914 num_post = rd_curr_num - openib_btl->qps[qp].u.srq_qp.rd_posted; in mca_btl_openib_post_srr()
3916 if (0 == num_post) { in mca_btl_openib_post_srr()
3921 for(i = 0; i < num_post; i++) { in mca_btl_openib_post_srr()
3938 OPAL_THREAD_ADD32(&openib_btl->qps[qp].u.srq_qp.rd_posted, num_post); in mca_btl_openib_post_srr()
3963 "queue %d (%d from %d)", qp, i, num_post)); in mca_btl_openib_post_srr()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.h365 const int num_post) in post_recvs() argument
371 if(0 == num_post) in post_recvs()
374 for(i = 0; i < num_post; i++) { in post_recvs()
408 int cm_received = 0, num_post = 0; in mca_btl_openib_endpoint_post_rr_nolock() local
413 num_post = rd_num - ep->qps[qp].u.pp_qp.rd_posted; in mca_btl_openib_endpoint_post_rr_nolock()
415 assert(num_post >= 0); in mca_btl_openib_endpoint_post_rr_nolock()
420 if((rc = post_recvs(ep, qp, num_post)) != OPAL_SUCCESS) { in mca_btl_openib_endpoint_post_rr_nolock()
423 OPAL_THREAD_ADD_FETCH32(&ep->qps[qp].u.pp_qp.rd_posted, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
424 OPAL_THREAD_ADD_FETCH32(&ep->qps[qp].u.pp_qp.rd_credits, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
H A Dbtl_openib_component.c3948 int num_post, i, rc; in mca_btl_openib_post_srr() local
3958 num_post = rd_curr_num - openib_btl->qps[qp].u.srq_qp.rd_posted; in mca_btl_openib_post_srr()
3960 if (0 == num_post) { in mca_btl_openib_post_srr()
3965 for(i = 0; i < num_post; i++) { in mca_btl_openib_post_srr()
3982 OPAL_THREAD_ADD_FETCH32(&openib_btl->qps[qp].u.srq_qp.rd_posted, num_post); in mca_btl_openib_post_srr()
4007 "queue %d (%d from %d)", qp, i, num_post)); in mca_btl_openib_post_srr()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/libpasteurize/fixes/
H A Dfix_unpacking.py14 def assignment_source(num_pre, num_post, LISTNAME, ITERNAME): argument
22 post = unicode(num_post)
29 …N, u":"), Node(syms.factor, [Leaf(token.MINUS, u"-"), Number(post)]) if num_post > 0 else Leaf(1, …
31 if num_post > 0:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/libpasteurize/fixes/
H A Dfix_unpacking.py14 def assignment_source(num_pre, num_post, LISTNAME, ITERNAME): argument
22 post = unicode(num_post)
29 …N, u":"), Node(syms.factor, [Leaf(token.MINUS, u"-"), Number(post)]) if num_post > 0 else Leaf(1, …
31 if num_post > 0:
/dports/devel/py-future/future-0.18.2/src/libpasteurize/fixes/
H A Dfix_unpacking.py14 def assignment_source(num_pre, num_post, LISTNAME, ITERNAME): argument
22 post = unicode(num_post)
29 …N, u":"), Node(syms.factor, [Leaf(token.MINUS, u"-"), Number(post)]) if num_post > 0 else Leaf(1, …
31 if num_post > 0:
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_snapper.py375 snapper._get_num_interval(config=None, num_pre=None, num_post=None),
379 snapper._get_num_interval(config=None, num_pre=None, num_post=50),
383 snapper._get_num_interval(config=None, num_pre=42, num_post=50),
408 snapper.status(num_pre="42", num_post=43), MODULE_RET["GETFILES"]
411 self.assertCountEqual(snapper.status(num_post=43), MODULE_RET["GETFILES"])
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dem-composer-utils.c231 gint num_post = 0; in composer_presend_check_recipients() local
357 num_post = g_list_length (postlist); in composer_presend_check_recipients()
363 if (num == 0 && num_post == 0) { in composer_presend_check_recipients()